Html Css Color HEX #DDEE6C Mindaro

📋 copy color: '#DDEE6C'

red 221 ◦ green 238 ◦ blue 108

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

Shades of Mindaro #DDEE6C

Tints of Mindaro #DDEE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.05%

R = 38.98%
G = 41.98%
B = 19.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#DDEE6C (or 0xDDEE6C) is known color: Mindaro. HEX triplet: DD, EE and 6C. RGB value is (221,238,108). Sum of RGB (Red+Green+Blue) = 221+238+108=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE6C is #221193. Grayscale: #DADADA. Windows color (decimal): -2232724 or 7139037. OLE color: 7139037.

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

Color convert

RGB 221 238 108 -
CMYK 0.07 0 0.55 0.07
HSL 67.85º 0.79% 0.68% -
HSV(B) 67.85º 0.55% 0.93% -
XYZ 63.1 77.6 25.84 -
YUV 218.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 221 238 108 0.07 0 0.55 0.07 67.85 0.79 0.68
Hex DD EE 6C 7 0 37 7 44 4F 44
Octal 335 356 154 7 0 67 7 104 117 104
Binary 11011101 11101110 1101100 111 0 110111 111 1000100 1001111 1000100

Color Harmonies of #DDEE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE6C

Black with #DDEE6C

Text Example


Text Example

White with #DDEE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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