Html Css Color HEX #DDFB7F Mindaro

📋 copy color: '#DDFB7F'

red 221 ◦ green 251 ◦ blue 127

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

Shades of Mindaro #DDFB7F

Tints of Mindaro #DDFB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.2%

R = 36.89%
G = 41.9%
B = 21.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#DDFB7F (or 0xDDFB7F) is known color: Mindaro. HEX triplet: DD, FB and 7F. RGB value is (221,251,127). Sum of RGB (Red+Green+Blue) = 221+251+127=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 127 (50% from 255 or 21.20% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB7F is #220480. Grayscale: #E4E4E4. Windows color (decimal): -2229377 or 8387549. OLE color: 8387549.

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

Color convert

RGB 221 251 127 -
CMYK 0.12 0 0.49 0.02
HSL 74.52º 0.94% 0.74% -
HSV(B) 74.52º 0.49% 0.98% -
XYZ 68.15 85.9 33.07 -
YUV 227.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 221 251 127 0.12 0 0.49 0.02 74.52 0.94 0.74
Hex DD FB 7F C 0 31 2 4B 5E 4A
Octal 335 373 177 14 0 61 2 113 136 112
Binary 11011101 11111011 1111111 1100 0 110001 10 1001011 1011110 1001010

Color Harmonies of #DDFB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB7F

Black with #DDFB7F

Text Example


Text Example

White with #DDFB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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