Html Css Color HEX #CDE06D Mindaro

📋 copy color: '#CDE06D'

red 205 ◦ green 224 ◦ blue 109

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

Shades of Mindaro #CDE06D

Tints of Mindaro #CDE06D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.64%

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

R = 38.1%
G = 41.64%
B = 20.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#CDE06D (or 0xCDE06D) is known color: Mindaro. HEX triplet: CD, E0 and 6D. RGB value is (205,224,109). Sum of RGB (Red+Green+Blue) = 205+224+109=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE06D is #321F92. Grayscale: #CDCDCD. Windows color (decimal): -3284883 or 7200973. OLE color: 7200973.

HSL color Cylindrical-coordinate representation of color #CDE06D: hue angle of 69.91º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDE06D is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 109 -
CMYK 0.08 0 0.51 0.12
HSL 69.91º 0.65% 0.65% -
HSV(B) 69.91º 0.51% 0.88% -
XYZ 54.59 67.39 24.6 -
YUV 205.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 205 224 109 0.08 0 0.51 0.12 69.91 0.65 0.65
Hex CD E0 6D 8 0 33 C 46 41 41
Octal 315 340 155 10 0 63 14 106 101 101
Binary 11001101 11100000 1101101 1000 0 110011 1100 1000110 1000001 1000001

Color Harmonies of #CDE06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE06D

Black with #CDE06D

Text Example


Text Example

White with #CDE06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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