Html Css Color HEX #CDE66D Mindaro

📋 copy color: '#CDE66D'

red 205 ◦ green 230 ◦ blue 109

#CDE66D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CDE66D

Tints of Mindaro #CDE66D

RGB

 RED value IS 205 (80.47% from 255) = 37.68%

 GREEN value IS 230 (90.23% from 255) = 42.28%

 BLUE value IS 109 (42.97% from 255) = 20.04%

R = 37.68%
G = 42.28%
B = 20.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#CDE66D (or 0xCDE66D) is known color: Mindaro. HEX triplet: CD, E6 and 6D. RGB value is (205,230,109). Sum of RGB (Red+Green+Blue) = 205+230+109=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE66D is #321992. Grayscale: #D1D1D1. Windows color (decimal): -3283347 or 7202509. OLE color: 7202509.

HSL color Cylindrical-coordinate representation of color #CDE66D: hue angle of 72.4º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDE66D is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 109 -
CMYK 0.11 0 0.53 0.10
HSL 72.4º 0.71% 0.66% -
HSV(B) 72.4º 0.53% 0.9% -
XYZ 56.23 70.68 25.15 -
YUV 208.73 71.72 125.34 -
System Red Green Blue C M Y K H S L
Decimal 205 230 109 0.11 0 0.53 0.10 72.4 0.71 0.66
Hex CD E6 6D B 0 35 A 48 47 42
Octal 315 346 155 13 0 65 12 110 107 102
Binary 11001101 11100110 1101101 1011 0 110101 1010 1001000 1000111 1000010

Color Harmonies of #CDE66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE66D

Black with #CDE66D

Text Example


Text Example

White with #CDE66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE66D; }

 p { color: rgb(205,230,109); }

 H1.HeaderClassName
 {
   color: #CDE66D;
 }
 .AnyTagClassName
 {
   color: #CDE66D;
 }
</style>

background-color css

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

 a { background-color: rgb(205,230,109); }

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

border-color css

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

 span { border-color: rgb(205,230,109); }

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