#C2F48E

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

Shades of Sulu #C2F48E

Tints of Sulu #C2F48E

Color information

#C2F48E (or 0xC2F48E) is unknown color: approx Sulu. HEX triplet: C2, F4 and 8E. RGB value is (194,244,142). Sum of RGB (Red+Green+Blue) = 194+244+142=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F48E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F48E is #3D0B71. Grayscale: #D9D9D9. Windows color (decimal): -4000626 or 9368770. OLE color: 9368770.

HSL color Cylindrical-coordinate representation of color #C2F48E: hue angle of 89.41º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2F48E is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB194244142-
CMYK0.2000.420.04
HSL89.41º82.26%75.69%-
HSV(B)89.41º41.8%95.69%-
XYZ59.4878.1237.54-
YUV217.4285.44111.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.45%
GREEN value IS 244 (95.70% from 255) = 42.07%
BLUE value IS 142 (55.86% from 255) = 24.48%
R=33.45%
G=42.07%
B=24.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942441420.2000.420.0489.4182.2675.69
HexC2F48E1402A459524c
Octal302364216240524131122114
Binary110000101111010010001110101000101010100101100110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F48E; }

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

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

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

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

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

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

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

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