#CBE764

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

Shades of Mindaro #CBE764

Tints of Mindaro #CBE764

Color information

#CBE764 (or 0xCBE764) is unknown color: approx Mindaro. HEX triplet: CB, E7 and 64. RGB value is (203,231,100). Sum of RGB (Red+Green+Blue) = 203+231+100=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE764 is #34189B. Grayscale: #D0D0D0. Windows color (decimal): -3414172 or 6612939. OLE color: 6612939.

HSL color Cylindrical-coordinate representation of color #CBE764: hue angle of 72.82º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBE764 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB203231100-
CMYK0.1200.570.09
HSL72.82º73.18%64.9%-
HSV(B)72.82º56.71%90.59%-
XYZ55.570.7722.79-
YUV207.6967.22124.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 231 (90.62% from 255) = 43.26%
BLUE value IS 100 (39.45% from 255) = 18.73%
R=38.01%
G=43.26%
B=18.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032311000.1200.570.0972.8273.1864.9
HexCBE764C0399494941
Octal3133471441407111111111101
Binary11001011111001111100100110001110011001100100110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE764; }

 p { color: rgb(203,231,100); }

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

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

 a { background-color: rgb(203,231,100); }

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

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

 span { border-color: rgb(203,231,100); }

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