Html Css Color HEX #DDF46E Mindaro

📋 copy color: '#DDF46E'

red 221 ◦ green 244 ◦ blue 110

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

Shades of Mindaro #DDF46E

Tints of Mindaro #DDF46E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.43%

 BLUE value IS 110 (43.36% from 255) = 19.13%

R = 38.43%
G = 42.43%
B = 19.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#DDF46E (or 0xDDF46E) is known color: Mindaro. HEX triplet: DD, F4 and 6E. RGB value is (221,244,110). Sum of RGB (Red+Green+Blue) = 221+244+110=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 110 (43.36% from 255 or 19.13% from 575); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF46E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF46E is #220B91. Grayscale: #DEDEDE. Windows color (decimal): -2231186 or 7271645. OLE color: 7271645.

HSL color Cylindrical-coordinate representation of color #DDF46E: hue angle of 70.3º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDF46E is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 244 110 -
CMYK 0.09 0 0.55 0.04
HSL 70.3º 0.86% 0.69% -
HSV(B) 70.3º 0.55% 0.96% -
XYZ 64.98 81.2 27 -
YUV 221.85 64.88 127.4 -
System Red Green Blue C M Y K H S L
Decimal 221 244 110 0.09 0 0.55 0.04 70.3 0.86 0.69
Hex DD F4 6E 9 0 37 4 46 56 45
Octal 335 364 156 11 0 67 4 106 126 105
Binary 11011101 11110100 1101110 1001 0 110111 100 1000110 1010110 1000101

Color Harmonies of #DDF46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF46E

Black with #DDF46E

Text Example


Text Example

White with #DDF46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF46E; }

 p { color: rgb(221,244,110); }

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

background-color css

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

 a { background-color: rgb(221,244,110); }

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

border-color css

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

 span { border-color: rgb(221,244,110); }

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