Html Css Color HEX #DDEE75 Mindaro

📋 copy color: '#DDEE75'

red 221 ◦ green 238 ◦ blue 117

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

Shades of Mindaro #DDEE75

Tints of Mindaro #DDEE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.31%

R = 38.37%
G = 41.32%
B = 20.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#DDEE75 (or 0xDDEE75) is known color: Mindaro. HEX triplet: DD, EE and 75. RGB value is (221,238,117). Sum of RGB (Red+Green+Blue) = 221+238+117=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE75 is #22118A. Grayscale: #DBDBDB. Windows color (decimal): -2232715 or 7728861. OLE color: 7728861.

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

Color convert

RGB 221 238 117 -
CMYK 0.07 0 0.51 0.07
HSL 68.43º 0.78% 0.7% -
HSV(B) 68.43º 0.51% 0.93% -
XYZ 63.6 77.81 28.5 -
YUV 219.12 70.37 129.34 -
System Red Green Blue C M Y K H S L
Decimal 221 238 117 0.07 0 0.51 0.07 68.43 0.78 0.7
Hex DD EE 75 7 0 33 7 44 4E 46
Octal 335 356 165 7 0 63 7 104 116 106
Binary 11011101 11101110 1110101 111 0 110011 111 1000100 1001110 1000110

Color Harmonies of #DDEE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE75

Black with #DDEE75

Text Example


Text Example

White with #DDEE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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