#C2FA8C

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

Shades of Sulu #C2FA8C

Tints of Sulu #C2FA8C

Color information

#C2FA8C (or 0xC2FA8C) is unknown color: approx Sulu. HEX triplet: C2, FA and 8C. RGB value is (194,250,140). Sum of RGB (Red+Green+Blue) = 194+250+140=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA8C is #3D0573. Grayscale: #DDDDDD. Windows color (decimal): -3999092 or 9239234. OLE color: 9239234.

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

Color convert

RGB194250140-
CMYK0.2200.440.02
HSL90.55º91.67%76.47%-
HSV(B)90.55º44%98.04%-
XYZ61.1781.7337.36-
YUV220.7282.45108.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.22%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 140 (55.08% from 255) = 23.97%
R=33.22%
G=42.81%
B=23.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942501400.2200.440.0290.5591.6776.47
HexC2FA8C1602C25b5c4c
Octal302372214260542133134114
Binary11000010111110101000110010110010110010101101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FA8C; }

 p { color: rgb(194,250,140); }

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

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

 a { background-color: rgb(194,250,140); }

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

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

 span { border-color: rgb(194,250,140); }

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