Html Css Color HEX #DEEE64 Mindaro

📋 copy color: '#DEEE64'

red 222 ◦ green 238 ◦ blue 100

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

Shades of Mindaro #DEEE64

Tints of Mindaro #DEEE64

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.5%

 BLUE value IS 100 (39.45% from 255) = 17.86%

R = 39.64%
G = 42.5%
B = 17.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#DEEE64 (or 0xDEEE64) is known color: Mindaro. HEX triplet: DE, EE and 64. RGB value is (222,238,100). Sum of RGB (Red+Green+Blue) = 222+238+100=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE64 is #21119B. Grayscale: #DADADA. Windows color (decimal): -2167196 or 6614750. OLE color: 6614750.

HSL color Cylindrical-coordinate representation of color #DEEE64: hue angle of 66.96º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEEE64 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 238 100 -
CMYK 0.07 0 0.58 0.07
HSL 66.96º 0.8% 0.66% -
HSV(B) 66.96º 0.58% 0.93% -
XYZ 63 77.6 23.71 -
YUV 217.48 61.7 131.22 -
System Red Green Blue C M Y K H S L
Decimal 222 238 100 0.07 0 0.58 0.07 66.96 0.8 0.66
Hex DE EE 64 7 0 3A 7 43 50 42
Octal 336 356 144 7 0 72 7 103 120 102
Binary 11011110 11101110 1100100 111 0 111010 111 1000011 1010000 1000010

Color Harmonies of #DEEE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE64

Black with #DEEE64

Text Example


Text Example

White with #DEEE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE64; }

 p { color: rgb(222,238,100); }

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

background-color css

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

 a { background-color: rgb(222,238,100); }

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

border-color css

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

 span { border-color: rgb(222,238,100); }

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