#CBE273

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

Shades of Mindaro #CBE273

Tints of Mindaro #CBE273

Color information

#CBE273 (or 0xCBE273) is unknown color: approx Mindaro. HEX triplet: CB, E2 and 73. RGB value is (203,226,115). Sum of RGB (Red+Green+Blue) = 203+226+115=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE273 is #341D8C. Grayscale: #CECECE. Windows color (decimal): -3415437 or 7594699. OLE color: 7594699.

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

Color convert

RGB203226115-
CMYK0.1000.490.11
HSL72.43º65.68%66.86%-
HSV(B)72.43º49.12%88.63%-
XYZ54.9268.3326.51-
YUV206.4776.38125.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 226 (88.67% from 255) = 41.54%
BLUE value IS 115 (45.31% from 255) = 21.14%
R=37.32%
G=41.54%
B=21.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032261150.1000.490.1172.4365.6866.86
HexCBE273A031B484243
Octal3133421631206113110102103
Binary11001011111000101110011101001100011011100100010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE273; }

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

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

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

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

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

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

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

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