#CBEA56

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

Shades of Mindaro #CBEA56

Tints of Mindaro #CBEA56

Color information

#CBEA56 (or 0xCBEA56) is unknown color: approx Mindaro. HEX triplet: CB, EA and 56. RGB value is (203,234,86). Sum of RGB (Red+Green+Blue) = 203+234+86=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA56 is #3415A9. Grayscale: #D0D0D0. Windows color (decimal): -3413418 or 5696203. OLE color: 5696203.

HSL color Cylindrical-coordinate representation of color #CBEA56: hue angle of 72.57º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBEA56 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB20323486-
CMYK0.1300.630.08
HSL72.57º77.89%62.75%-
HSV(B)72.57º63.25%91.76%-
XYZ55.7372.2119.81-
YUV207.8659.23124.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 234 (91.80% from 255) = 44.74%
BLUE value IS 86 (33.98% from 255) = 16.44%
R=38.81%
G=44.74%
B=16.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal203234860.1300.630.0872.5777.8962.75
HexCBEA56D03F8494e3f
Octal313352126150771011111677
Binary1100101111101010101011011010111111100010010011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA56; }

 p { color: rgb(203,234,86); }

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

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

 a { background-color: rgb(203,234,86); }

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

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

 span { border-color: rgb(203,234,86); }

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