Html Css Color HEX #CDE572 Mindaro

📋 copy color: '#CDE572'

red 205 ◦ green 229 ◦ blue 114

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

Shades of Mindaro #CDE572

Tints of Mindaro #CDE572

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.79%

 BLUE value IS 114 (44.92% from 255) = 20.8%

R = 37.41%
G = 41.79%
B = 20.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#CDE572 (or 0xCDE572) is known color: Mindaro. HEX triplet: CD, E5 and 72. RGB value is (205,229,114). Sum of RGB (Red+Green+Blue) = 205+229+114=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE572 is #321A8D. Grayscale: #D1D1D1. Windows color (decimal): -3283598 or 7529933. OLE color: 7529933.

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

Color convert

RGB 205 229 114 -
CMYK 0.10 0 0.50 0.10
HSL 72.52º 0.69% 0.67% -
HSV(B) 72.52º 0.5% 0.9% -
XYZ 56.23 70.23 26.51 -
YUV 208.71 74.55 125.35 -
System Red Green Blue C M Y K H S L
Decimal 205 229 114 0.10 0 0.50 0.10 72.52 0.69 0.67
Hex CD E5 72 A 0 32 A 49 45 43
Octal 315 345 162 12 0 62 12 111 105 103
Binary 11001101 11100101 1110010 1010 0 110010 1010 1001001 1000101 1000011

Color Harmonies of #CDE572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE572

Black with #CDE572

Text Example


Text Example

White with #CDE572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE572; }

 p { color: rgb(205,229,114); }

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

background-color css

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

 a { background-color: rgb(205,229,114); }

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

border-color css

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

 span { border-color: rgb(205,229,114); }

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