#CDEB5A

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

Shades of Mindaro #CDEB5A

Tints of Mindaro #CDEB5A

Color information

#CDEB5A (or 0xCDEB5A) is unknown color: approx Mindaro. HEX triplet: CD, EB and 5A. RGB value is (205,235,90). Sum of RGB (Red+Green+Blue) = 205+235+90=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEB5A is #3214A5. Grayscale: #D2D2D2. Windows color (decimal): -3282086 or 5958605. OLE color: 5958605.

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

Color convert

RGB20523590-
CMYK0.1300.620.08
HSL72.41º78.38%63.73%-
HSV(B)72.41º61.7%92.16%-
XYZ56.7373.1320.8-
YUV209.560.56124.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 235 (92.19% from 255) = 44.34%
BLUE value IS 90 (35.55% from 255) = 16.98%
R=38.68%
G=44.34%
B=16.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205235900.1300.620.0872.4178.3863.73
HexCDEB5AD03E8484e40
Octal3153531321507610110116100
Binary11001101111010111011010110101111101000100100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB5A; }

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

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

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

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

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

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

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

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