Html Css Color HEX #DDF07A Mindaro

📋 copy color: '#DDF07A'

red 221 ◦ green 240 ◦ blue 122

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

Shades of Mindaro #DDF07A

Tints of Mindaro #DDF07A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.17%

 BLUE value IS 122 (48.05% from 255) = 20.93%

R = 37.91%
G = 41.17%
B = 20.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#DDF07A (or 0xDDF07A) is known color: Mindaro. HEX triplet: DD, F0 and 7A. RGB value is (221,240,122). Sum of RGB (Red+Green+Blue) = 221+240+122=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF07A is #220F85. Grayscale: #DDDDDD. Windows color (decimal): -2232198 or 8057053. OLE color: 8057053.

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

Color convert

RGB 221 240 122 -
CMYK 0.08 0 0.49 0.06
HSL 69.66º 0.8% 0.71% -
HSV(B) 69.66º 0.49% 0.94% -
XYZ 64.49 79.1 30.28 -
YUV 220.87 72.21 128.09 -
System Red Green Blue C M Y K H S L
Decimal 221 240 122 0.08 0 0.49 0.06 69.66 0.8 0.71
Hex DD F0 7A 8 0 31 6 46 50 47
Octal 335 360 172 10 0 61 6 106 120 107
Binary 11011101 11110000 1111010 1000 0 110001 110 1000110 1010000 1000111

Color Harmonies of #DDF07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF07A

Black with #DDF07A

Text Example


Text Example

White with #DDF07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF07A; }

 p { color: rgb(221,240,122); }

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

background-color css

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

 a { background-color: rgb(221,240,122); }

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

border-color css

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

 span { border-color: rgb(221,240,122); }

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