Html Css Color HEX #DEED74 Mindaro

📋 copy color: '#DEED74'

red 222 ◦ green 237 ◦ blue 116

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

Shades of Mindaro #DEED74

Tints of Mindaro #DEED74

RGB

 RED value IS 222 (87.11% from 255) = 38.61%

 GREEN value IS 237 (92.97% from 255) = 41.22%

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

R = 38.61%
G = 41.22%
B = 20.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#DEED74 (or 0xDEED74) is known color: Mindaro. HEX triplet: DE, ED and 74. RGB value is (222,237,116). Sum of RGB (Red+Green+Blue) = 222+237+116=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEED74 is #21128B. Grayscale: #DBDBDB. Windows color (decimal): -2167436 or 7663070. OLE color: 7663070.

HSL color Cylindrical-coordinate representation of color #DEED74: hue angle of 67.44º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEED74 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 237 116 -
CMYK 0.06 0 0.51 0.07
HSL 67.44º 0.77% 0.69% -
HSV(B) 67.44º 0.51% 0.93% -
XYZ 63.56 77.36 28.1 -
YUV 218.72 70.03 130.34 -
System Red Green Blue C M Y K H S L
Decimal 222 237 116 0.06 0 0.51 0.07 67.44 0.77 0.69
Hex DE ED 74 6 0 33 7 43 4D 45
Octal 336 355 164 6 0 63 7 103 115 105
Binary 11011110 11101101 1110100 110 0 110011 111 1000011 1001101 1000101

Color Harmonies of #DEED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEED74

Black with #DEED74

Text Example


Text Example

White with #DEED74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEED74; }

 p { color: rgb(222,237,116); }

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

background-color css

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

 a { background-color: rgb(222,237,116); }

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

border-color css

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

 span { border-color: rgb(222,237,116); }

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