Html Css Color HEX #CDE076 Mindaro

📋 copy color: '#CDE076'

red 205 ◦ green 224 ◦ blue 118

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

Shades of Mindaro #CDE076

Tints of Mindaro #CDE076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.57%

R = 37.48%
G = 40.95%
B = 21.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#CDE076 (or 0xCDE076) is known color: Mindaro. HEX triplet: CD, E0 and 76. RGB value is (205,224,118). Sum of RGB (Red+Green+Blue) = 205+224+118=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE076 is #321F89. Grayscale: #CECECE. Windows color (decimal): -3284874 or 7790797. OLE color: 7790797.

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

Color convert

RGB 205 224 118 -
CMYK 0.08 0 0.47 0.12
HSL 70.75º 0.63% 0.67% -
HSV(B) 70.75º 0.47% 0.88% -
XYZ 55.1 67.6 27.28 -
YUV 206.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 205 224 118 0.08 0 0.47 0.12 70.75 0.63 0.67
Hex CD E0 76 8 0 2F C 47 3F 43
Octal 315 340 166 10 0 57 14 107 77 103
Binary 11001101 11100000 1110110 1000 0 101111 1100 1000111 111111 1000011

Color Harmonies of #CDE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE076

Black with #CDE076

Text Example


Text Example

White with #CDE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE076; }

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

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

background-color css

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

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

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

border-color css

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

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

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