Html Css Color HEX #DEEE85 Mindaro

📋 copy color: '#DEEE85'

red 222 ◦ green 238 ◦ blue 133

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

Shades of Mindaro #DEEE85

Tints of Mindaro #DEEE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.43%

R = 37.44%
G = 40.13%
B = 22.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#DEEE85 (or 0xDEEE85) is known color: Mindaro. HEX triplet: DE, EE and 85. RGB value is (222,238,133). Sum of RGB (Red+Green+Blue) = 222+238+133=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEE85 is #21117A. Grayscale: #DDDDDD. Windows color (decimal): -2167163 or 8777438. OLE color: 8777438.

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

Color convert

RGB 222 238 133 -
CMYK 0.07 0 0.44 0.07
HSL 69.14º 0.76% 0.73% -
HSV(B) 69.14º 0.44% 0.93% -
XYZ 64.93 78.37 33.9 -
YUV 221.25 78.2 128.54 -
System Red Green Blue C M Y K H S L
Decimal 222 238 133 0.07 0 0.44 0.07 69.14 0.76 0.73
Hex DE EE 85 7 0 2C 7 45 4C 49
Octal 336 356 205 7 0 54 7 105 114 111
Binary 11011110 11101110 10000101 111 0 101100 111 1000101 1001100 1001001

Color Harmonies of #DEEE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE85

Black with #DEEE85

Text Example


Text Example

White with #DEEE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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