#CBDE70

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

Shades of Mindaro #CBDE70

Tints of Mindaro #CBDE70

Color information

#CBDE70 (or 0xCBDE70) is unknown color: approx Mindaro. HEX triplet: CB, DE and 70. RGB value is (203,222,112). Sum of RGB (Red+Green+Blue) = 203+222+112=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDE70 is #34218F. Grayscale: #CCCCCC. Windows color (decimal): -3416464 or 7397067. OLE color: 7397067.

HSL color Cylindrical-coordinate representation of color #CBDE70: hue angle of 70.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBDE70 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB203222112-
CMYK0.0900.500.13
HSL70.36º62.5%65.49%-
HSV(B)70.36º49.55%87.06%-
XYZ53.6766.1125.26-
YUV203.7876.21127.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 222 (87.11% from 255) = 41.34%
BLUE value IS 112 (44.14% from 255) = 20.86%
R=37.80%
G=41.34%
B=20.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032221120.0900.500.1370.3662.565.49
HexCBDE709032D463e41
Octal313336160110621510676101
Binary1100101111011110111000010010110010110110001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDE70; }

 p { color: rgb(203,222,112); }

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

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

 a { background-color: rgb(203,222,112); }

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

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

 span { border-color: rgb(203,222,112); }

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