#CDEB64

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

Shades of Mindaro #CDEB64

Tints of Mindaro #CDEB64

Color information

#CDEB64 (or 0xCDEB64) is unknown color: approx Mindaro. HEX triplet: CD, EB and 64. RGB value is (205,235,100). Sum of RGB (Red+Green+Blue) = 205+235+100=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEB64 is #32149B. Grayscale: #D3D3D3. Windows color (decimal): -3282076 or 6613965. OLE color: 6613965.

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

Color convert

RGB205235100-
CMYK0.1300.570.08
HSL73.33º77.14%65.69%-
HSV(B)73.33º57.45%92.16%-
XYZ57.1973.3223.19-
YUV210.6465.56123.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 235 (92.19% from 255) = 43.52%
BLUE value IS 100 (39.45% from 255) = 18.52%
R=37.96%
G=43.52%
B=18.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351000.1300.570.0873.3377.1465.69
HexCDEB64D0398494d42
Octal3153531441507110111115102
Binary11001101111010111100100110101110011000100100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB64; }

 p { color: rgb(205,235,100); }

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

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

 a { background-color: rgb(205,235,100); }

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

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

 span { border-color: rgb(205,235,100); }

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