#C8DC88

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

Shades of Sulu #C8DC88

Tints of Sulu #C8DC88

Color information

#C8DC88 (or 0xC8DC88) is unknown color: approx Sulu. HEX triplet: C8, DC and 88. RGB value is (200,220,136). Sum of RGB (Red+Green+Blue) = 200+220+136=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DC88 is #372377. Grayscale: #CCCCCC. Windows color (decimal): -3613560 or 8969416. OLE color: 8969416.

HSL color Cylindrical-coordinate representation of color #C8DC88: hue angle of 74.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8DC88 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB200220136-
CMYK0.0900.380.14
HSL74.29º54.55%69.8%-
HSV(B)74.29º38.18%86.27%-
XYZ53.8665.2433.05-
YUV204.4489.37124.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.97%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=35.97%
G=39.57%
B=24.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002201360.0900.380.1474.2954.5569.8
HexC8DC889026E4a3746
Octal310334210110461611267106
Binary11001000110111001000100010010100110111010010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DC88; }

 p { color: rgb(200,220,136); }

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

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

 a { background-color: rgb(200,220,136); }

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

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

 span { border-color: rgb(200,220,136); }

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