Html Css Color HEX #DDEF6A Mindaro

📋 copy color: '#DDEF6A'

red 221 ◦ green 239 ◦ blue 106

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

Shades of Mindaro #DDEF6A

Tints of Mindaro #DDEF6A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.23%

 BLUE value IS 106 (41.8% from 255) = 18.73%

R = 39.05%
G = 42.23%
B = 18.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#DDEF6A (or 0xDDEF6A) is known color: Mindaro. HEX triplet: DD, EF and 6A. RGB value is (221,239,106). Sum of RGB (Red+Green+Blue) = 221+239+106=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF6A is #221095. Grayscale: #DADADA. Windows color (decimal): -2232470 or 7008221. OLE color: 7008221.

HSL color Cylindrical-coordinate representation of color #DDEF6A: hue angle of 68.12º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDEF6A is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 106 -
CMYK 0.08 0 0.56 0.06
HSL 68.12º 0.81% 0.68% -
HSV(B) 68.12º 0.56% 0.94% -
XYZ 63.29 78.15 25.38 -
YUV 218.46 64.54 129.81 -
System Red Green Blue C M Y K H S L
Decimal 221 239 106 0.08 0 0.56 0.06 68.12 0.81 0.68
Hex DD EF 6A 8 0 38 6 44 51 44
Octal 335 357 152 10 0 70 6 104 121 104
Binary 11011101 11101111 1101010 1000 0 111000 110 1000100 1010001 1000100

Color Harmonies of #DDEF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF6A

Black with #DDEF6A

Text Example


Text Example

White with #DDEF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF6A; }

 p { color: rgb(221,239,106); }

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

background-color css

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

 a { background-color: rgb(221,239,106); }

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

border-color css

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

 span { border-color: rgb(221,239,106); }

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