#CBEA61

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

Shades of Mindaro #CBEA61

Tints of Mindaro #CBEA61

Color information

#CBEA61 (or 0xCBEA61) is unknown color: approx Mindaro. HEX triplet: CB, EA and 61. RGB value is (203,234,97). Sum of RGB (Red+Green+Blue) = 203+234+97=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA61 is #34159E. Grayscale: #D1D1D1. Windows color (decimal): -3413407 or 6417099. OLE color: 6417099.

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

Color convert

RGB20323497-
CMYK0.1300.590.08
HSL73.58º76.54%64.9%-
HSV(B)73.58º58.55%91.76%-
XYZ56.2172.4122.32-
YUV209.1164.73123.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 234 (91.80% from 255) = 43.82%
BLUE value IS 97 (38.28% from 255) = 18.16%
R=38.01%
G=43.82%
B=18.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal203234970.1300.590.0873.5876.5464.9
HexCBEA61D03B84a4d41
Octal3133521411507310112115101
Binary11001011111010101100001110101110111000100101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA61; }

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

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

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

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

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

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

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

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