#CBEA6D

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

Shades of Mindaro #CBEA6D

Tints of Mindaro #CBEA6D

Color information

#CBEA6D (or 0xCBEA6D) is unknown color: approx Mindaro. HEX triplet: CB, EA and 6D. RGB value is (203,234,109). Sum of RGB (Red+Green+Blue) = 203+234+109=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA6D is #341592. Grayscale: #D2D2D2. Windows color (decimal): -3413395 or 7203531. OLE color: 7203531.

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

Color convert

RGB203234109-
CMYK0.1300.530.08
HSL74.88º74.85%67.25%-
HSV(B)74.88º53.42%91.76%-
XYZ56.8172.6525.5-
YUV210.4870.73122.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 234 (91.80% from 255) = 42.86%
BLUE value IS 109 (42.97% from 255) = 19.96%
R=37.18%
G=42.86%
B=19.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341090.1300.530.0874.8874.8567.25
HexCBEA6DD03584b4b43
Octal3133521551506510113113103
Binary11001011111010101101101110101101011000100101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA6D; }

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

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

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

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

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

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

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

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