Html Css Color HEX #DDF86D Mindaro

📋 copy color: '#DDF86D'

red 221 ◦ green 248 ◦ blue 109

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

Shades of Mindaro #DDF86D

Tints of Mindaro #DDF86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.86%

R = 38.24%
G = 42.91%
B = 18.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#DDF86D (or 0xDDF86D) is known color: Mindaro. HEX triplet: DD, F8 and 6D. RGB value is (221,248,109). Sum of RGB (Red+Green+Blue) = 221+248+109=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 109 (42.97% from 255 or 18.86% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF86D is #220792. Grayscale: #E0E0E0. Windows color (decimal): -2230163 or 7207133. OLE color: 7207133.

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

Color convert

RGB 221 248 109 -
CMYK 0.11 0 0.56 0.03
HSL 71.65º 0.91% 0.7% -
HSV(B) 71.65º 0.56% 0.97% -
XYZ 66.15 83.61 27.12 -
YUV 224.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 221 248 109 0.11 0 0.56 0.03 71.65 0.91 0.7
Hex DD F8 6D B 0 38 3 48 5B 46
Octal 335 370 155 13 0 70 3 110 133 106
Binary 11011101 11111000 1101101 1011 0 111000 11 1001000 1011011 1000110

Color Harmonies of #DDF86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF86D

Black with #DDF86D

Text Example


Text Example

White with #DDF86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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