#C8DB70

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

Shades of Mindaro #C8DB70

Tints of Mindaro #C8DB70

Color information

#C8DB70 (or 0xC8DB70) is unknown color: approx Mindaro. HEX triplet: C8, DB and 70. RGB value is (200,219,112). Sum of RGB (Red+Green+Blue) = 200+219+112=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DB70 is #37248F. Grayscale: #C9C9C9. Windows color (decimal): -3613840 or 7396296. OLE color: 7396296.

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

Color convert

RGB200219112-
CMYK0.0900.490.14
HSL70.65º59.78%64.9%-
HSV(B)70.65º48.86%85.88%-
XYZ52.0864.1124.96-
YUV201.1277.71127.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 112 (44.14% from 255) = 21.09%
R=37.66%
G=41.24%
B=21.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191120.0900.490.1470.6559.7864.9
HexC8DB709031E473c41
Octal310333160110611610774101
Binary1100100011011011111000010010110001111010001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DB70; }

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

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

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

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

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

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

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

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