#CBEA67

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

Shades of Mindaro #CBEA67

Tints of Mindaro #CBEA67

Color information

#CBEA67 (or 0xCBEA67) is unknown color: approx Mindaro. HEX triplet: CB, EA and 67. RGB value is (203,234,103). Sum of RGB (Red+Green+Blue) = 203+234+103=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA67 is #341598. Grayscale: #D2D2D2. Windows color (decimal): -3413401 or 6810315. OLE color: 6810315.

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

Color convert

RGB203234103-
CMYK0.1300.560.08
HSL74.2º75.72%66.08%-
HSV(B)74.2º55.98%91.76%-
XYZ56.572.5223.85-
YUV209.867.73123.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 234 (91.80% from 255) = 43.33%
BLUE value IS 103 (40.62% from 255) = 19.07%
R=37.59%
G=43.33%
B=19.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341030.1300.560.0874.275.7266.08
HexCBEA67D03884a4c42
Octal3133521471507010112114102
Binary11001011111010101100111110101110001000100101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA67; }

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

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

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

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

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

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

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

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