#CBE471

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

Shades of Mindaro #CBE471

Tints of Mindaro #CBE471

Color information

#CBE471 (or 0xCBE471) is unknown color: approx Mindaro. HEX triplet: CB, E4 and 71. RGB value is (203,228,113). Sum of RGB (Red+Green+Blue) = 203+228+113=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE471 is #341B8E. Grayscale: #CFCFCF. Windows color (decimal): -3414927 or 7464139. OLE color: 7464139.

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

Color convert

RGB203228113-
CMYK0.1100.500.11
HSL73.04º68.05%66.86%-
HSV(B)73.04º50.44%89.41%-
XYZ55.3569.3826.1-
YUV207.4274.72124.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 228 (89.45% from 255) = 41.91%
BLUE value IS 113 (44.53% from 255) = 20.77%
R=37.32%
G=41.91%
B=20.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281130.1100.500.1173.0468.0566.86
HexCBE471B032B494443
Octal3133441611306213111104103
Binary11001011111001001110001101101100101011100100110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE471; }

 p { color: rgb(203,228,113); }

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

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

 a { background-color: rgb(203,228,113); }

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

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

 span { border-color: rgb(203,228,113); }

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