Html Css Color HEX #CDE074 Mindaro

📋 copy color: '#CDE074'

red 205 ◦ green 224 ◦ blue 116

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

Shades of Mindaro #CDE074

Tints of Mindaro #CDE074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.28%

R = 37.61%
G = 41.1%
B = 21.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#CDE074 (or 0xCDE074) is known color: Mindaro. HEX triplet: CD, E0 and 74. RGB value is (205,224,116). Sum of RGB (Red+Green+Blue) = 205+224+116=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE074 is #321F8B. Grayscale: #CECECE. Windows color (decimal): -3284876 or 7659725. OLE color: 7659725.

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

Color convert

RGB 205 224 116 -
CMYK 0.08 0 0.48 0.12
HSL 70.56º 0.64% 0.67% -
HSV(B) 70.56º 0.48% 0.88% -
XYZ 54.98 67.55 26.66 -
YUV 206.01 77.21 127.28 -
System Red Green Blue C M Y K H S L
Decimal 205 224 116 0.08 0 0.48 0.12 70.56 0.64 0.67
Hex CD E0 74 8 0 30 C 47 40 43
Octal 315 340 164 10 0 60 14 107 100 103
Binary 11001101 11100000 1110100 1000 0 110000 1100 1000111 1000000 1000011

Color Harmonies of #CDE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE074

Black with #CDE074

Text Example


Text Example

White with #CDE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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