Html Css Color HEX #DEED84 Mindaro

📋 copy color: '#DEED84'

red 222 ◦ green 237 ◦ blue 132

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

Shades of Mindaro #DEED84

Tints of Mindaro #DEED84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.34%

R = 37.56%
G = 40.1%
B = 22.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#DEED84 (or 0xDEED84) is known color: Mindaro. HEX triplet: DE, ED and 84. RGB value is (222,237,132). Sum of RGB (Red+Green+Blue) = 222+237+132=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEED84 is #21127B. Grayscale: #DCDCDC. Windows color (decimal): -2167420 or 8711646. OLE color: 8711646.

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

Color convert

RGB 222 237 132 -
CMYK 0.06 0 0.44 0.07
HSL 68.57º 0.74% 0.72% -
HSV(B) 68.57º 0.44% 0.93% -
XYZ 64.57 77.76 33.44 -
YUV 220.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 222 237 132 0.06 0 0.44 0.07 68.57 0.74 0.72
Hex DE ED 84 6 0 2C 7 45 4A 48
Octal 336 355 204 6 0 54 7 105 112 110
Binary 11011110 11101101 10000100 110 0 101100 111 1000101 1001010 1001000

Color Harmonies of #DEED84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEED84

Black with #DEED84

Text Example


Text Example

White with #DEED84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEED84; }

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

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

background-color css

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

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

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

border-color css

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

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

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