Html Css Color HEX #CDE972 Mindaro

📋 copy color: '#CDE972'

red 205 ◦ green 233 ◦ blue 114

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

Shades of Mindaro #CDE972

Tints of Mindaro #CDE972

RGB

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

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

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

R = 37.14%
G = 42.21%
B = 20.65%

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

#CDE972 (or 0xCDE972) is known color: Mindaro. HEX triplet: CD, E9 and 72. RGB value is (205,233,114). Sum of RGB (Red+Green+Blue) = 205+233+114=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE972 is #32168D. Grayscale: #D3D3D3. Windows color (decimal): -3282574 or 7530957. OLE color: 7530957.

HSL color Cylindrical-coordinate representation of color #CDE972: hue angle of 74.12º degrees, saturation: 0.73, 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 #CDE972 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 233 114 -
CMYK 0.12 0 0.51 0.09
HSL 74.12º 0.73% 0.68% -
HSV(B) 74.12º 0.51% 0.91% -
XYZ 57.35 72.47 26.89 -
YUV 211.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 205 233 114 0.12 0 0.51 0.09 74.12 0.73 0.68
Hex CD E9 72 C 0 33 9 4A 49 44
Octal 315 351 162 14 0 63 11 112 111 104
Binary 11001101 11101001 1110010 1100 0 110011 1001 1001010 1001001 1000100

Color Harmonies of #CDE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE972

Black with #CDE972

Text Example


Text Example

White with #CDE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE972; }

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

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

background-color css

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

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

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

border-color css

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

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

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