#C2F58F

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

Shades of Sulu #C2F58F

Tints of Sulu #C2F58F

Color information

#C2F58F (or 0xC2F58F) is unknown color: approx Sulu. HEX triplet: C2, F5 and 8F. RGB value is (194,245,143). Sum of RGB (Red+Green+Blue) = 194+245+143=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F58F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F58F is #3D0A70. Grayscale: #DADADA. Windows color (decimal): -4000369 or 9434562. OLE color: 9434562.

HSL color Cylindrical-coordinate representation of color #C2F58F: hue angle of 90º degrees, saturation: 0.84, 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 #C2F58F is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB194245143-
CMYK0.2100.420.04
HSL90º83.61%76.08%-
HSV(B)90º41.63%96.08%-
XYZ59.8678.7638.03-
YUV218.1285.6110.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.33%
GREEN value IS 245 (96.09% from 255) = 42.10%
BLUE value IS 143 (56.25% from 255) = 24.57%
R=33.33%
G=42.10%
B=24.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942451430.2100.420.049083.6176.08
HexC2F58F1502A45a544c
Octal302365217250524132124114
Binary110000101111010110001111101010101010100101101010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F58F; }

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

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

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

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

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

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

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

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