Html Css Color HEX #DDF87A Mindaro

📋 copy color: '#DDF87A'

red 221 ◦ green 248 ◦ blue 122

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

Shades of Mindaro #DDF87A

Tints of Mindaro #DDF87A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.96%

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

R = 37.39%
G = 41.96%
B = 20.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#DDF87A (or 0xDDF87A) is known color: Mindaro. HEX triplet: DD, F8 and 7A. RGB value is (221,248,122). Sum of RGB (Red+Green+Blue) = 221+248+122=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF87A is #220785. Grayscale: #E2E2E2. Windows color (decimal): -2230150 or 8059101. OLE color: 8059101.

HSL color Cylindrical-coordinate representation of color #DDF87A: hue angle of 72.86º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF87A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 122 -
CMYK 0.11 0 0.51 0.03
HSL 72.86º 0.9% 0.73% -
HSV(B) 72.86º 0.51% 0.97% -
XYZ 66.9 83.91 31.08 -
YUV 225.56 69.55 124.75 -
System Red Green Blue C M Y K H S L
Decimal 221 248 122 0.11 0 0.51 0.03 72.86 0.9 0.73
Hex DD F8 7A B 0 33 3 49 5A 49
Octal 335 370 172 13 0 63 3 111 132 111
Binary 11011101 11111000 1111010 1011 0 110011 11 1001001 1011010 1001001

Color Harmonies of #DDF87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF87A

Black with #DDF87A

Text Example


Text Example

White with #DDF87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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