#CBE66D

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

Shades of Mindaro #CBE66D

Tints of Mindaro #CBE66D

Color information

#CBE66D (or 0xCBE66D) is unknown color: approx Mindaro. HEX triplet: CB, E6 and 6D. RGB value is (203,230,109). Sum of RGB (Red+Green+Blue) = 203+230+109=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE66D is #341992. Grayscale: #D0D0D0. Windows color (decimal): -3414419 or 7202507. OLE color: 7202507.

HSL color Cylindrical-coordinate representation of color #CBE66D: hue angle of 73.39º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBE66D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB203230109-
CMYK0.1200.530.10
HSL73.39º70.76%66.47%-
HSV(B)73.39º52.61%90.2%-
XYZ55.6970.3925.12-
YUV208.1372.05124.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 230 (90.23% from 255) = 42.44%
BLUE value IS 109 (42.97% from 255) = 20.11%
R=37.45%
G=42.44%
B=20.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032301090.1200.530.1073.3970.7666.47
HexCBE66DC035A494742
Octal3133461551406512111107102
Binary11001011111001101101101110001101011010100100110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE66D; }

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

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

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

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

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

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

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

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