#C8F08A

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

Shades of Sulu #C8F08A

Tints of Sulu #C8F08A

Color information

#C8F08A (or 0xC8F08A) is unknown color: approx Sulu. HEX triplet: C8, F0 and 8A. RGB value is (200,240,138). Sum of RGB (Red+Green+Blue) = 200+240+138=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F08A is #370F75. Grayscale: #D8D8D8. Windows color (decimal): -3608438 or 9105608. OLE color: 9105608.

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

Color convert

RGB200240138-
CMYK0.1700.420.06
HSL83.53º77.27%74.12%-
HSV(B)83.53º42.5%94.12%-
XYZ59.5776.4335.66-
YUV216.4183.75116.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 240 (94.14% from 255) = 41.52%
BLUE value IS 138 (54.30% from 255) = 23.88%
R=34.60%
G=41.52%
B=23.88%

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
Decimal2002401380.1700.420.0683.5377.2774.12
HexC8F08A1102A6544d4a
Octal310360212210526124115112
Binary110010001111000010001010100010101010110101010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F08A; }

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

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

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

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

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

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

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

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