Html Css Color HEX #DDFC78 Mindaro

📋 copy color: '#DDFC78'

red 221 ◦ green 252 ◦ blue 120

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

Shades of Mindaro #DDFC78

Tints of Mindaro #DDFC78

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.5%

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

R = 37.27%
G = 42.5%
B = 20.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#DDFC78 (or 0xDDFC78) is known color: Mindaro. HEX triplet: DD, FC and 78. RGB value is (221,252,120). Sum of RGB (Red+Green+Blue) = 221+252+120=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 120 (47.27% from 255 or 20.24% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC78 is #220387. Grayscale: #E4E4E4. Windows color (decimal): -2229128 or 7929053. OLE color: 7929053.

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

Color convert

RGB 221 252 120 -
CMYK 0.12 0 0.52 0.01
HSL 74.09º 0.96% 0.73% -
HSV(B) 74.09º 0.52% 0.99% -
XYZ 68.02 86.35 30.85 -
YUV 227.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 221 252 120 0.12 0 0.52 0.01 74.09 0.96 0.73
Hex DD FC 78 C 0 34 1 4A 60 49
Octal 335 374 170 14 0 64 1 112 140 111
Binary 11011101 11111100 1111000 1100 0 110100 1 1001010 1100000 1001001

Color Harmonies of #DDFC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC78

Black with #DDFC78

Text Example


Text Example

White with #DDFC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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