#CBE26F

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

Shades of Mindaro #CBE26F

Tints of Mindaro #CBE26F

Color information

#CBE26F (or 0xCBE26F) is unknown color: approx Mindaro. HEX triplet: CB, E2 and 6F. RGB value is (203,226,111). Sum of RGB (Red+Green+Blue) = 203+226+111=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE26F is #341D90. Grayscale: #CECECE. Windows color (decimal): -3415441 or 7332555. OLE color: 7332555.

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

Color convert

RGB203226111-
CMYK0.1000.510.11
HSL72º66.47%66.08%-
HSV(B)72º50.88%88.63%-
XYZ54.6968.2425.33-
YUV206.0174.38125.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 226 (88.67% from 255) = 41.85%
BLUE value IS 111 (43.75% from 255) = 20.56%
R=37.59%
G=41.85%
B=20.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032261110.1000.510.117266.4766.08
HexCBE26FA033B484242
Octal3133421571206313110102102
Binary11001011111000101101111101001100111011100100010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE26F; }

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

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

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

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

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

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

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

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