Html Css Color HEX #DDEE85 Mindaro

📋 copy color: '#DDEE85'

red 221 ◦ green 238 ◦ blue 133

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

Shades of Mindaro #DDEE85

Tints of Mindaro #DDEE85

RGB

 RED value IS 221 (86.72% from 255) = 37.33%

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

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

R = 37.33%
G = 40.2%
B = 22.47%

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

#DDEE85 (or 0xDDEE85) is known color: Mindaro. HEX triplet: DD, EE and 85. RGB value is (221,238,133). Sum of RGB (Red+Green+Blue) = 221+238+133=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEE85 is #22117A. Grayscale: #DDDDDD. Windows color (decimal): -2232699 or 8777437. OLE color: 8777437.

HSL color Cylindrical-coordinate representation of color #DDEE85: hue angle of 69.71º 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 #DDEE85 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 133 -
CMYK 0.07 0 0.44 0.07
HSL 69.71º 0.76% 0.73% -
HSV(B) 69.71º 0.44% 0.93% -
XYZ 64.63 78.21 33.88 -
YUV 220.95 78.37 128.04 -
System Red Green Blue C M Y K H S L
Decimal 221 238 133 0.07 0 0.44 0.07 69.71 0.76 0.73
Hex DD EE 85 7 0 2C 7 46 4C 49
Octal 335 356 205 7 0 54 7 106 114 111
Binary 11011101 11101110 10000101 111 0 101100 111 1000110 1001100 1001001

Color Harmonies of #DDEE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE85

Black with #DDEE85

Text Example


Text Example

White with #DDEE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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