#C2FD8E

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

Shades of Sulu #C2FD8E

Tints of Sulu #C2FD8E

Color information

#C2FD8E (or 0xC2FD8E) is unknown color: approx Sulu. HEX triplet: C2, FD and 8E. RGB value is (194,253,142). Sum of RGB (Red+Green+Blue) = 194+253+142=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FD8E is #3D0271. Grayscale: #DFDFDF. Windows color (decimal): -3998322 or 9371074. OLE color: 9371074.

HSL color Cylindrical-coordinate representation of color #C2FD8E: hue angle of 91.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2FD8E is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB194253142-
CMYK0.2300.440.01
HSL91.89º96.52%77.45%-
HSV(B)91.89º43.87%99.22%-
XYZ62.2683.6738.46-
YUV222.782.45107.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 253 (99.22% from 255) = 42.95%
BLUE value IS 142 (55.86% from 255) = 24.11%
R=32.94%
G=42.95%
B=24.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942531420.2300.440.0191.8996.5277.45
HexC2FD8E1702C15c614d
Octal302375216270541134141115
Binary1100001011111101100011101011101011001101110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FD8E; }

 p { color: rgb(194,253,142); }

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

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

 a { background-color: rgb(194,253,142); }

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

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

 span { border-color: rgb(194,253,142); }

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