Html Css Color HEX #CDE471 Mindaro

📋 copy color: '#CDE471'

red 205 ◦ green 228 ◦ blue 113

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

Shades of Mindaro #CDE471

Tints of Mindaro #CDE471

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.76%

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

R = 37.55%
G = 41.76%
B = 20.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#CDE471 (or 0xCDE471) is known color: Mindaro. HEX triplet: CD, E4 and 71. RGB value is (205,228,113). Sum of RGB (Red+Green+Blue) = 205+228+113=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE471 is #321B8E. Grayscale: #D0D0D0. Windows color (decimal): -3283855 or 7464141. OLE color: 7464141.

HSL color Cylindrical-coordinate representation of color #CDE471: hue angle of 72º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDE471 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 113 -
CMYK 0.10 0 0.50 0.11
HSL 72º 0.68% 0.67% -
HSV(B) 72º 0.5% 0.89% -
XYZ 55.9 69.66 26.12 -
YUV 208.01 74.38 125.85 -
System Red Green Blue C M Y K H S L
Decimal 205 228 113 0.10 0 0.50 0.11 72 0.68 0.67
Hex CD E4 71 A 0 32 B 48 44 43
Octal 315 344 161 12 0 62 13 110 104 103
Binary 11001101 11100100 1110001 1010 0 110010 1011 1001000 1000100 1000011

Color Harmonies of #CDE471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE471

Black with #CDE471

Text Example


Text Example

White with #CDE471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE471; }

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

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

background-color css

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

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

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

border-color css

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

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

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