#C8DB7E

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

Shades of Sulu #C8DB7E

Tints of Sulu #C8DB7E

Color information

#C8DB7E (or 0xC8DB7E) is unknown color: approx Sulu. HEX triplet: C8, DB and 7E. RGB value is (200,219,126). Sum of RGB (Red+Green+Blue) = 200+219+126=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DB7E is #372481. Grayscale: #CBCBCB. Windows color (decimal): -3613826 or 8313800. OLE color: 8313800.

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

Color convert

RGB200219126-
CMYK0.0900.420.14
HSL72.26º56.36%67.65%-
HSV(B)72.26º42.47%85.88%-
XYZ52.9264.4529.39-
YUV202.7284.71126.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 219 (85.94% from 255) = 40.18%
BLUE value IS 126 (49.61% from 255) = 23.12%
R=36.70%
G=40.18%
B=23.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191260.0900.420.1472.2656.3667.65
HexC8DB7E902AE483844
Octal310333176110521611070104
Binary1100100011011011111111010010101010111010010001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DB7E; }

 p { color: rgb(200,219,126); }

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

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

 a { background-color: rgb(200,219,126); }

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

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

 span { border-color: rgb(200,219,126); }

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