#C8F08C

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

Shades of Sulu #C8F08C

Tints of Sulu #C8F08C

Color information

#C8F08C (or 0xC8F08C) is unknown color: approx Sulu. HEX triplet: C8, F0 and 8C. RGB value is (200,240,140). Sum of RGB (Red+Green+Blue) = 200+240+140=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F08C is #370F73. Grayscale: #D9D9D9. Windows color (decimal): -3608436 or 9236680. OLE color: 9236680.

HSL color Cylindrical-coordinate representation of color #C8F08C: hue angle of 84º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8F08C is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB200240140-
CMYK0.1700.420.06
HSL84º76.92%74.51%-
HSV(B)84º41.67%94.12%-
XYZ59.7176.4936.43-
YUV216.6484.75116.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 240 (94.14% from 255) = 41.38%
BLUE value IS 140 (55.08% from 255) = 24.14%
R=34.48%
G=41.38%
B=24.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002401400.1700.420.068476.9274.51
HexC8F08C1102A6544d4b
Octal310360214210526124115113
Binary110010001111000010001100100010101010110101010010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F08C; }

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

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

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

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

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

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

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

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