Html Css Color HEX #CDE072 Mindaro

📋 copy color: '#CDE072'

red 205 ◦ green 224 ◦ blue 114

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

Shades of Mindaro #CDE072

Tints of Mindaro #CDE072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.25%

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

R = 37.75%
G = 41.25%
B = 20.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#CDE072 (or 0xCDE072) is known color: Mindaro. HEX triplet: CD, E0 and 72. RGB value is (205,224,114). Sum of RGB (Red+Green+Blue) = 205+224+114=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE072 is #321F8D. Grayscale: #CECECE. Windows color (decimal): -3284878 or 7528653. OLE color: 7528653.

HSL color Cylindrical-coordinate representation of color #CDE072: hue angle of 70.36º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDE072 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 114 -
CMYK 0.08 0 0.49 0.12
HSL 70.36º 0.64% 0.66% -
HSV(B) 70.36º 0.49% 0.88% -
XYZ 54.87 67.51 26.06 -
YUV 205.78 76.21 127.44 -
System Red Green Blue C M Y K H S L
Decimal 205 224 114 0.08 0 0.49 0.12 70.36 0.64 0.66
Hex CD E0 72 8 0 31 C 46 40 42
Octal 315 340 162 10 0 61 14 106 100 102
Binary 11001101 11100000 1110010 1000 0 110001 1100 1000110 1000000 1000010

Color Harmonies of #CDE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE072

Black with #CDE072

Text Example


Text Example

White with #CDE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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