#C8E075

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

Shades of Sulu #C8E075

Tints of Sulu #C8E075

Color information

#C8E075 (or 0xC8E075) is unknown color: approx Sulu. HEX triplet: C8, E0 and 75. RGB value is (200,224,117). Sum of RGB (Red+Green+Blue) = 200+224+117=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E075 is #371F8A. Grayscale: #CDCDCD. Windows color (decimal): -3612555 or 7725256. OLE color: 7725256.

HSL color Cylindrical-coordinate representation of color #C8E075: hue angle of 73.46º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8E075 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB200224117-
CMYK0.1100.480.12
HSL73.46º63.31%66.86%-
HSV(B)73.46º47.77%87.84%-
XYZ53.6966.8826.91-
YUV204.6378.55124.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.97%
GREEN value IS 224 (87.89% from 255) = 41.40%
BLUE value IS 117 (46.09% from 255) = 21.63%
R=36.97%
G=41.40%
B=21.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2002241170.1100.480.1273.4663.3166.86
HexC8E075B030C493f43
Octal310340165130601411177103
Binary1100100011100000111010110110110000110010010011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E075; }

 p { color: rgb(200,224,117); }

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

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

 a { background-color: rgb(200,224,117); }

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

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

 span { border-color: rgb(200,224,117); }

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