#C8F071

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

Shades of Sulu #C8F071

Tints of Sulu #C8F071

Color information

#C8F071 (or 0xC8F071) is unknown color: approx Sulu. HEX triplet: C8, F0 and 71. RGB value is (200,240,113). Sum of RGB (Red+Green+Blue) = 200+240+113=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F071 is #370F8E. Grayscale: #D6D6D6. Windows color (decimal): -3608463 or 7467208. OLE color: 7467208.

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

Color convert

RGB200240113-
CMYK0.1700.530.06
HSL78.9º80.89%69.22%-
HSV(B)78.9º52.92%94.12%-
XYZ57.9675.7927.2-
YUV213.5671.25118.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.17%
GREEN value IS 240 (94.14% from 255) = 43.40%
BLUE value IS 113 (44.53% from 255) = 20.43%
R=36.17%
G=43.40%
B=20.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002401130.1700.530.0678.980.8969.22
HexC8F0711103564f5145
Octal310360161210656117121105
Binary11001000111100001110001100010110101110100111110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F071; }

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

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

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

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

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

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

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

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