Html Css Color HEX #DDFB6E Mindaro

📋 copy color: '#DDFB6E'

red 221 ◦ green 251 ◦ blue 110

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

Shades of Mindaro #DDFB6E

Tints of Mindaro #DDFB6E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.13%

 BLUE value IS 110 (43.36% from 255) = 18.9%

R = 37.97%
G = 43.13%
B = 18.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#DDFB6E (or 0xDDFB6E) is known color: Mindaro. HEX triplet: DD, FB and 6E. RGB value is (221,251,110). Sum of RGB (Red+Green+Blue) = 221+251+110=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 110 (43.36% from 255 or 18.90% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB6E is #220491. Grayscale: #E2E2E2. Windows color (decimal): -2229394 or 7273437. OLE color: 7273437.

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

Color convert

RGB 221 251 110 -
CMYK 0.12 0 0.56 0.02
HSL 72.77º 0.95% 0.71% -
HSV(B) 72.77º 0.56% 0.98% -
XYZ 67.13 85.49 27.72 -
YUV 225.96 62.56 124.46 -
System Red Green Blue C M Y K H S L
Decimal 221 251 110 0.12 0 0.56 0.02 72.77 0.95 0.71
Hex DD FB 6E C 0 38 2 49 5F 47
Octal 335 373 156 14 0 70 2 111 137 107
Binary 11011101 11111011 1101110 1100 0 111000 10 1001001 1011111 1000111

Color Harmonies of #DDFB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB6E

Black with #DDFB6E

Text Example


Text Example

White with #DDFB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB6E; }

 p { color: rgb(221,251,110); }

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

background-color css

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

 a { background-color: rgb(221,251,110); }

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

border-color css

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

 span { border-color: rgb(221,251,110); }

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