#CBE86E

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

Shades of Mindaro #CBE86E

Tints of Mindaro #CBE86E

Color information

#CBE86E (or 0xCBE86E) is unknown color: approx Mindaro. HEX triplet: CB, E8 and 6E. RGB value is (203,232,110). Sum of RGB (Red+Green+Blue) = 203+232+110=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE86E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE86E is #341791. Grayscale: #D1D1D1. Windows color (decimal): -3413906 or 7268555. OLE color: 7268555.

HSL color Cylindrical-coordinate representation of color #CBE86E: hue angle of 74.26º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBE86E is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB203232110-
CMYK0.1200.530.09
HSL74.26º72.62%67.06%-
HSV(B)74.26º52.59%90.98%-
XYZ56.371.5425.59-
YUV209.4271.89123.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 232 (91.02% from 255) = 42.57%
BLUE value IS 110 (43.36% from 255) = 20.18%
R=37.25%
G=42.57%
B=20.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032321100.1200.530.0974.2672.6267.06
HexCBE86EC03594a4943
Octal3133501561406511112111103
Binary11001011111010001101110110001101011001100101010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE86E; }

 p { color: rgb(203,232,110); }

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

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

 a { background-color: rgb(203,232,110); }

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

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

 span { border-color: rgb(203,232,110); }

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