#C7DB8D

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

Shades of Sulu #C7DB8D

Tints of Sulu #C7DB8D

Color information

#C7DB8D (or 0xC7DB8D) is unknown color: approx Sulu. HEX triplet: C7, DB and 8D. RGB value is (199,219,141). Sum of RGB (Red+Green+Blue) = 199+219+141=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DB8D is #382472. Grayscale: #CCCCCC. Windows color (decimal): -3679347 or 9296839. OLE color: 9296839.

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

Color convert

RGB199219141-
CMYK0.0900.360.14
HSL75.38º52%70.59%-
HSV(B)75.38º35.62%85.88%-
XYZ53.6964.7334.86-
YUV204.1392.37124.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 141 (55.47% from 255) = 25.22%
R=35.60%
G=39.18%
B=25.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992191410.0900.360.1475.385270.59
HexC7DB8D9024E4b3447
Octal307333215110441611364107
Binary11000111110110111000110110010100100111010010111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DB8D; }

 p { color: rgb(199,219,141); }

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

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

 a { background-color: rgb(199,219,141); }

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

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

 span { border-color: rgb(199,219,141); }

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