#CDEB6C

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

Shades of Mindaro #CDEB6C

Tints of Mindaro #CDEB6C

Color information

#CDEB6C (or 0xCDEB6C) is unknown color: approx Mindaro. HEX triplet: CD, EB and 6C. RGB value is (205,235,108). Sum of RGB (Red+Green+Blue) = 205+235+108=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEB6C is #321493. Grayscale: #D4D4D4. Windows color (decimal): -3282068 or 7138253. OLE color: 7138253.

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

Color convert

RGB205235108-
CMYK0.1300.540.08
HSL74.17º76.05%67.25%-
HSV(B)74.17º54.04%92.16%-
XYZ57.5973.4825.33-
YUV211.5569.56123.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 235 (92.19% from 255) = 42.88%
BLUE value IS 108 (42.58% from 255) = 19.71%
R=37.41%
G=42.88%
B=19.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351080.1300.540.0874.1776.0567.25
HexCDEB6CD03684a4c43
Octal3153531541506610112114103
Binary11001101111010111101100110101101101000100101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB6C; }

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

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

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

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

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

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

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

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