Html Css Color HEX #CDE971 Mindaro

📋 copy color: '#CDE971'

red 205 ◦ green 233 ◦ blue 113

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

Shades of Mindaro #CDE971

Tints of Mindaro #CDE971

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.29%

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

R = 37.21%
G = 42.29%
B = 20.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#CDE971 (or 0xCDE971) is known color: Mindaro. HEX triplet: CD, E9 and 71. RGB value is (205,233,113). Sum of RGB (Red+Green+Blue) = 205+233+113=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE971 is #32168E. Grayscale: #D3D3D3. Windows color (decimal): -3282575 or 7465421. OLE color: 7465421.

HSL color Cylindrical-coordinate representation of color #CDE971: hue angle of 74º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDE971 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 233 113 -
CMYK 0.12 0 0.52 0.09
HSL 74º 0.73% 0.68% -
HSV(B) 74º 0.52% 0.91% -
XYZ 57.3 72.45 26.59 -
YUV 210.95 72.72 123.76 -
System Red Green Blue C M Y K H S L
Decimal 205 233 113 0.12 0 0.52 0.09 74 0.73 0.68
Hex CD E9 71 C 0 34 9 4A 49 44
Octal 315 351 161 14 0 64 11 112 111 104
Binary 11001101 11101001 1110001 1100 0 110100 1001 1001010 1001001 1000100

Color Harmonies of #CDE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE971

Black with #CDE971

Text Example


Text Example

White with #CDE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE971; }

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

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

background-color css

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

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

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

border-color css

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

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

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