#C2FA8F

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

Shades of Sulu #C2FA8F

Tints of Sulu #C2FA8F

Color information

#C2FA8F (or 0xC2FA8F) is unknown color: approx Sulu. HEX triplet: C2, FA and 8F. RGB value is (194,250,143). Sum of RGB (Red+Green+Blue) = 194+250+143=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA8F is #3D0570. Grayscale: #DDDDDD. Windows color (decimal): -3999089 or 9435842. OLE color: 9435842.

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

Color convert

RGB194250143-
CMYK0.2200.430.02
HSL91.4º91.45%77.06%-
HSV(B)91.4º42.8%98.04%-
XYZ61.3981.8238.54-
YUV221.0683.95108.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.05%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 143 (56.25% from 255) = 24.36%
R=33.05%
G=42.59%
B=24.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942501430.2200.430.0291.491.4577.06
HexC2FA8F1602B25b5b4d
Octal302372217260532133133115
Binary11000010111110101000111110110010101110101101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FA8F; }

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

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

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

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

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

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

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

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