#CBEC69

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

Shades of Mindaro #CBEC69

Tints of Mindaro #CBEC69

Color information

#CBEC69 (or 0xCBEC69) is unknown color: approx Mindaro. HEX triplet: CB, EC and 69. RGB value is (203,236,105). Sum of RGB (Red+Green+Blue) = 203+236+105=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC69 is #341396. Grayscale: #D3D3D3. Windows color (decimal): -3412887 or 6941899. OLE color: 6941899.

HSL color Cylindrical-coordinate representation of color #CBEC69: hue angle of 75.11º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBEC69 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB203236105-
CMYK0.1400.560.07
HSL75.11º77.51%66.86%-
HSV(B)75.11º55.51%92.55%-
XYZ57.1773.7124.58-
YUV211.268.07122.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 236 (92.58% from 255) = 43.38%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=37.32%
G=43.38%
B=19.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032361050.1400.560.0775.1177.5166.86
HexCBEC69E03874b4e43
Octal313354151160707113116103
Binary1100101111101100110100111100111000111100101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEC69; }

 p { color: rgb(203,236,105); }

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

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

 a { background-color: rgb(203,236,105); }

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

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

 span { border-color: rgb(203,236,105); }

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