Html Css Color HEX #DDFB78 Mindaro

📋 copy color: '#DDFB78'

red 221 ◦ green 251 ◦ blue 120

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

Shades of Mindaro #DDFB78

Tints of Mindaro #DDFB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.27%

R = 37.33%
G = 42.4%
B = 20.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#DDFB78 (or 0xDDFB78) is known color: Mindaro. HEX triplet: DD, FB and 78. RGB value is (221,251,120). Sum of RGB (Red+Green+Blue) = 221+251+120=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 120 (47.27% from 255 or 20.27% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB78 is #220487. Grayscale: #E3E3E3. Windows color (decimal): -2229384 or 7928797. OLE color: 7928797.

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

Color convert

RGB 221 251 120 -
CMYK 0.12 0 0.52 0.02
HSL 73.74º 0.94% 0.73% -
HSV(B) 73.74º 0.52% 0.98% -
XYZ 67.71 85.72 30.75 -
YUV 227.1 67.56 123.65 -
System Red Green Blue C M Y K H S L
Decimal 221 251 120 0.12 0 0.52 0.02 73.74 0.94 0.73
Hex DD FB 78 C 0 34 2 4A 5E 49
Octal 335 373 170 14 0 64 2 112 136 111
Binary 11011101 11111011 1111000 1100 0 110100 10 1001010 1011110 1001001

Color Harmonies of #DDFB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB78

Black with #DDFB78

Text Example


Text Example

White with #DDFB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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