#C1FB84

Color #C1FB84 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C1FB84

Tints of Sulu #C1FB84

Color information

#C1FB84 (or 0xC1FB84) is unknown color: approx Sulu. HEX triplet: C1, FB and 84. RGB value is (193,251,132). Sum of RGB (Red+Green+Blue) = 193+251+132=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FB84 is #3E047B. Grayscale: #DCDCDC. Windows color (decimal): -4064380 or 8715201. OLE color: 8715201.

HSL color Cylindrical-coordinate representation of color #C1FB84: hue angle of 89.24º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1FB84 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB193251132-
CMYK0.2300.470.02
HSL89.24º93.7%75.1%-
HSV(B)89.24º47.41%98.43%-
XYZ60.658234.46-
YUV220.0978.28108.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 251 (98.44% from 255) = 43.58%
BLUE value IS 132 (51.95% from 255) = 22.92%
R=33.51%
G=43.58%
B=22.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932511320.2300.470.0289.2493.775.1
HexC1FB841702F2595e4b
Octal301373204270572131136113
Binary11000001111110111000010010111010111110101100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FB84; }

 p { color: rgb(193,251,132); }

 H1.HeaderClassName
 {
   color: #C1FB84;
 }
 .AnyTagClassName
 {
   color: #C1FB84;
 }
</style>
background-color css

<style>
 a { background-color: #C1FB84; }

 a { background-color: rgb(193,251,132); }

 div.DivClassName
 {
   background-color: #C1FB84;
 }
 .BgClassName
 {
   background-color: #C1FB84;
 }
</style>
border-color css

<style>
 span { border-color: #C1FB84; }

 span { border-color: rgb(193,251,132); }

 td.TdClassName
 {
   border-color: #C1FB84;
 }
 .TagClassName
 {
   border-color: #C1FB84;
 }
</style>