#C2FB8A

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

Shades of Sulu #C2FB8A

Tints of Sulu #C2FB8A

Color information

#C2FB8A (or 0xC2FB8A) is unknown color: approx Sulu. HEX triplet: C2, FB and 8A. RGB value is (194,251,138). Sum of RGB (Red+Green+Blue) = 194+251+138=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FB8A is #3D0475. Grayscale: #DDDDDD. Windows color (decimal): -3998838 or 9108418. OLE color: 9108418.

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

Color convert

RGB194251138-
CMYK0.2300.450.02
HSL90.27º93.39%76.27%-
HSV(B)90.27º45.02%98.43%-
XYZ61.3382.336.7-
YUV221.0881.12108.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.28%
GREEN value IS 251 (98.44% from 255) = 43.05%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=33.28%
G=43.05%
B=23.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942511380.2300.450.0290.2793.3976.27
HexC2FB8A1702D25a5d4c
Octal302373212270552132135114
Binary11000010111110111000101010111010110110101101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FB8A; }

 p { color: rgb(194,251,138); }

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

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

 a { background-color: rgb(194,251,138); }

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

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

 span { border-color: rgb(194,251,138); }

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