Html Css Color HEX #CDE171 Mindaro

📋 copy color: '#CDE171'

red 205 ◦ green 225 ◦ blue 113

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

Shades of Mindaro #CDE171

Tints of Mindaro #CDE171

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.44%

 BLUE value IS 113 (44.53% from 255) = 20.81%

R = 37.75%
G = 41.44%
B = 20.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#CDE171 (or 0xCDE171) is known color: Mindaro. HEX triplet: CD, E1 and 71. RGB value is (205,225,113). Sum of RGB (Red+Green+Blue) = 205+225+113=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE171 is #321E8E. Grayscale: #CECECE. Windows color (decimal): -3284623 or 7463373. OLE color: 7463373.

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

Color convert

RGB 205 225 113 -
CMYK 0.09 0 0.50 0.12
HSL 70.71º 0.65% 0.66% -
HSV(B) 70.71º 0.5% 0.88% -
XYZ 55.08 68.02 25.85 -
YUV 206.25 75.37 127.11 -
System Red Green Blue C M Y K H S L
Decimal 205 225 113 0.09 0 0.50 0.12 70.71 0.65 0.66
Hex CD E1 71 9 0 32 C 47 41 42
Octal 315 341 161 11 0 62 14 107 101 102
Binary 11001101 11100001 1110001 1001 0 110010 1100 1000111 1000001 1000010

Color Harmonies of #CDE171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE171

Black with #CDE171

Text Example


Text Example

White with #CDE171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE171; }

 p { color: rgb(205,225,113); }

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

background-color css

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

 a { background-color: rgb(205,225,113); }

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

border-color css

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

 span { border-color: rgb(205,225,113); }

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