Html Css Color HEX #DDF86A Mindaro

📋 copy color: '#DDF86A'

red 221 ◦ green 248 ◦ blue 106

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

Shades of Mindaro #DDF86A

Tints of Mindaro #DDF86A

RGB

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

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

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

R = 38.43%
G = 43.13%
B = 18.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#DDF86A (or 0xDDF86A) is known color: Mindaro. HEX triplet: DD, F8 and 6A. RGB value is (221,248,106). Sum of RGB (Red+Green+Blue) = 221+248+106=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 106 (41.80% from 255 or 18.43% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF86A is #220795. Grayscale: #E0E0E0. Windows color (decimal): -2230166 or 7010525. OLE color: 7010525.

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

Color convert

RGB 221 248 106 -
CMYK 0.11 0 0.57 0.03
HSL 71.41º 0.91% 0.69% -
HSV(B) 71.41º 0.57% 0.97% -
XYZ 65.99 83.55 26.28 -
YUV 223.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 221 248 106 0.11 0 0.57 0.03 71.41 0.91 0.69
Hex DD F8 6A B 0 39 3 47 5B 45
Octal 335 370 152 13 0 71 3 107 133 105
Binary 11011101 11111000 1101010 1011 0 111001 11 1000111 1011011 1000101

Color Harmonies of #DDF86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF86A

Black with #DDF86A

Text Example


Text Example

White with #DDF86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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