Html Css Color HEX #CDE872 Mindaro

📋 copy color: '#CDE872'

red 205 ◦ green 232 ◦ blue 114

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

Shades of Mindaro #CDE872

Tints of Mindaro #CDE872

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.11%

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

R = 37.21%
G = 42.11%
B = 20.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#CDE872 (or 0xCDE872) is known color: Mindaro. HEX triplet: CD, E8 and 72. RGB value is (205,232,114). Sum of RGB (Red+Green+Blue) = 205+232+114=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE872 is #32178D. Grayscale: #D2D2D2. Windows color (decimal): -3282830 or 7530701. OLE color: 7530701.

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

Color convert

RGB 205 232 114 -
CMYK 0.12 0 0.51 0.09
HSL 73.73º 0.72% 0.68% -
HSV(B) 73.73º 0.51% 0.91% -
XYZ 57.07 71.91 26.79 -
YUV 210.48 73.55 124.09 -
System Red Green Blue C M Y K H S L
Decimal 205 232 114 0.12 0 0.51 0.09 73.73 0.72 0.68
Hex CD E8 72 C 0 33 9 4A 48 44
Octal 315 350 162 14 0 63 11 112 110 104
Binary 11001101 11101000 1110010 1100 0 110011 1001 1001010 1001000 1000100

Color Harmonies of #CDE872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE872

Black with #CDE872

Text Example


Text Example

White with #CDE872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE872; }

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

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

background-color css

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

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

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

border-color css

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

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

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