#C8F86A

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

Shades of Sulu #C8F86A

Tints of Sulu #C8F86A

Color information

#C8F86A (or 0xC8F86A) is unknown color: approx Sulu. HEX triplet: C8, F8 and 6A. RGB value is (200,248,106). Sum of RGB (Red+Green+Blue) = 200+248+106=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F86A is #370795. Grayscale: #D9D9D9. Windows color (decimal): -3606422 or 7010504. OLE color: 7010504.

HSL color Cylindrical-coordinate representation of color #C8F86A: hue angle of 80.28º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8F86A is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB200248106-
CMYK0.1900.570.03
HSL80.28º91.03%69.41%-
HSV(B)80.28º57.26%97.25%-
XYZ59.9980.4526-
YUV217.4665.1115.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.10%
GREEN value IS 248 (97.27% from 255) = 44.77%
BLUE value IS 106 (41.80% from 255) = 19.13%
R=36.10%
G=44.77%
B=19.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2002481060.1900.570.0380.2891.0369.41
HexC8F86A130393505b45
Octal310370152230713120133105
Binary1100100011111000110101010011011100111101000010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F86A; }

 p { color: rgb(200,248,106); }

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

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

 a { background-color: rgb(200,248,106); }

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

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

 span { border-color: rgb(200,248,106); }

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