Html Css Color HEX #DDF96F Mindaro

📋 copy color: '#DDF96F'

red 221 ◦ green 249 ◦ blue 111

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

Shades of Mindaro #DDF96F

Tints of Mindaro #DDF96F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.86%

 BLUE value IS 111 (43.75% from 255) = 19.1%

R = 38.04%
G = 42.86%
B = 19.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DDF96F (or 0xDDF96F) is known color: Mindaro. HEX triplet: DD, F9 and 6F. RGB value is (221,249,111). Sum of RGB (Red+Green+Blue) = 221+249+111=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 111 (43.75% from 255 or 19.10% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF96F is #220690. Grayscale: #E1E1E1. Windows color (decimal): -2229905 or 7338461. OLE color: 7338461.

HSL color Cylindrical-coordinate representation of color #DDF96F: hue angle of 72.17º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDF96F is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 111 -
CMYK 0.11 0 0.55 0.02
HSL 72.17º 0.92% 0.71% -
HSV(B) 72.17º 0.55% 0.98% -
XYZ 66.56 84.27 27.8 -
YUV 224.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 221 249 111 0.11 0 0.55 0.02 72.17 0.92 0.71
Hex DD F9 6F B 0 37 2 48 5C 47
Octal 335 371 157 13 0 67 2 110 134 107
Binary 11011101 11111001 1101111 1011 0 110111 10 1001000 1011100 1000111

Color Harmonies of #DDF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF96F

Black with #DDF96F

Text Example


Text Example

White with #DDF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF96F; }

 p { color: rgb(221,249,111); }

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

background-color css

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

 a { background-color: rgb(221,249,111); }

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

border-color css

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

 span { border-color: rgb(221,249,111); }

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