#C8F58C

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

Shades of Sulu #C8F58C

Tints of Sulu #C8F58C

Color information

#C8F58C (or 0xC8F58C) is unknown color: approx Sulu. HEX triplet: C8, F5 and 8C. RGB value is (200,245,140). Sum of RGB (Red+Green+Blue) = 200+245+140=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F58C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F58C is #370A73. Grayscale: #DBDBDB. Windows color (decimal): -3607156 or 9237960. OLE color: 9237960.

HSL color Cylindrical-coordinate representation of color #C8F58C: hue angle of 85.71º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8F58C is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB200245140-
CMYK0.1800.430.04
HSL85.71º84%75.49%-
HSV(B)85.71º42.86%96.08%-
XYZ61.2179.4836.93-
YUV219.5883.09114.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.19%
GREEN value IS 245 (96.09% from 255) = 41.88%
BLUE value IS 140 (55.08% from 255) = 23.93%
R=34.19%
G=41.88%
B=23.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2002451400.1800.430.0485.718475.49
HexC8F58C1202B456544b
Octal310365214220534126124113
Binary110010001111010110001100100100101011100101011010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F58C; }

 p { color: rgb(200,245,140); }

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

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

 a { background-color: rgb(200,245,140); }

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

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

 span { border-color: rgb(200,245,140); }

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