#CBE25A

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

Shades of Mindaro #CBE25A

Tints of Mindaro #CBE25A

Color information

#CBE25A (or 0xCBE25A) is unknown color: approx Mindaro. HEX triplet: CB, E2 and 5A. RGB value is (203,226,90). Sum of RGB (Red+Green+Blue) = 203+226+90=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE25A is #341DA5. Grayscale: #CCCCCC. Windows color (decimal): -3415462 or 5956299. OLE color: 5956299.

HSL color Cylindrical-coordinate representation of color #CBE25A: hue angle of 70.15º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBE25A is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB20322690-
CMYK0.1000.600.11
HSL70.15º70.1%61.96%-
HSV(B)70.15º60.18%88.63%-
XYZ53.6767.8319.94-
YUV203.6263.88127.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 226 (88.67% from 255) = 43.55%
BLUE value IS 90 (35.55% from 255) = 17.34%
R=39.11%
G=43.55%
B=17.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal203226900.1000.600.1170.1570.161.96
HexCBE25AA03CB46463e
Octal313342132120741310610676
Binary1100101111100010101101010100111100101110001101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE25A; }

 p { color: rgb(203,226,90); }

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

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

 a { background-color: rgb(203,226,90); }

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

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

 span { border-color: rgb(203,226,90); }

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