Html Css Color HEX #DEEF84 Mindaro

📋 copy color: '#DEEF84'

red 222 ◦ green 239 ◦ blue 132

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

Shades of Mindaro #DEEF84

Tints of Mindaro #DEEF84

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.3%

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

R = 37.44%
G = 40.3%
B = 22.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#DEEF84 (or 0xDEEF84) is known color: Mindaro. HEX triplet: DE, EF and 84. RGB value is (222,239,132). Sum of RGB (Red+Green+Blue) = 222+239+132=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEF84 is #21107B. Grayscale: #DEDEDE. Windows color (decimal): -2166908 or 8712158. OLE color: 8712158.

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

Color convert

RGB 222 239 132 -
CMYK 0.07 0 0.45 0.06
HSL 69.53º 0.77% 0.73% -
HSV(B) 69.53º 0.45% 0.94% -
XYZ 65.16 78.93 33.63 -
YUV 221.72 77.37 128.2 -
System Red Green Blue C M Y K H S L
Decimal 222 239 132 0.07 0 0.45 0.06 69.53 0.77 0.73
Hex DE EF 84 7 0 2D 6 46 4D 49
Octal 336 357 204 7 0 55 6 106 115 111
Binary 11011110 11101111 10000100 111 0 101101 110 1000110 1001101 1001001

Color Harmonies of #DEEF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEF84

Black with #DEEF84

Text Example


Text Example

White with #DEEF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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