#C8F075

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

Shades of Sulu #C8F075

Tints of Sulu #C8F075

Color information

#C8F075 (or 0xC8F075) is unknown color: approx Sulu. HEX triplet: C8, F0 and 75. RGB value is (200,240,117). Sum of RGB (Red+Green+Blue) = 200+240+117=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F075 is #370F8A. Grayscale: #D6D6D6. Windows color (decimal): -3608459 or 7729352. OLE color: 7729352.

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

Color convert

RGB200240117-
CMYK0.1700.510.06
HSL79.51º80.39%70%-
HSV(B)79.51º51.25%94.12%-
XYZ58.1975.8828.41-
YUV214.0273.25118-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 240 (94.14% from 255) = 43.09%
BLUE value IS 117 (46.09% from 255) = 21.01%
R=35.91%
G=43.09%
B=21.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002401170.1700.510.0679.5180.3970
HexC8F075110336505046
Octal310360165210636120120106
Binary11001000111100001110101100010110011110101000010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F075; }

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

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

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

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

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

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

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

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