#C8F085

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

Shades of Sulu #C8F085

Tints of Sulu #C8F085

Color information

#C8F085 (or 0xC8F085) is unknown color: approx Sulu. HEX triplet: C8, F0 and 85. RGB value is (200,240,133). Sum of RGB (Red+Green+Blue) = 200+240+133=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F085 is #370F7A. Grayscale: #D8D8D8. Windows color (decimal): -3608443 or 8777928. OLE color: 8777928.

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

Color convert

RGB200240133-
CMYK0.1700.450.06
HSL82.43º78.1%73.14%-
HSV(B)82.43º44.58%94.12%-
XYZ59.2176.2933.8-
YUV215.8481.25116.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.90%
GREEN value IS 240 (94.14% from 255) = 41.88%
BLUE value IS 133 (52.34% from 255) = 23.21%
R=34.90%
G=41.88%
B=23.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002401330.1700.450.0682.4378.173.14
HexC8F0851102D6524e49
Octal310360205210556122116111
Binary110010001111000010000101100010101101110101001010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F085; }

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

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

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

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

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

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

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

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