Html Css Color HEX #DDFC60 Mindaro

📋 copy color: '#DDFC60'

red 221 ◦ green 252 ◦ blue 96

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

Shades of Mindaro #DDFC60

Tints of Mindaro #DDFC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.87%

R = 38.84%
G = 44.29%
B = 16.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#DDFC60 (or 0xDDFC60) is known color: Mindaro. HEX triplet: DD, FC and 60. RGB value is (221,252,96). Sum of RGB (Red+Green+Blue) = 221+252+96=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 96 (37.89% from 255 or 16.87% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC60 is #22039F. Grayscale: #E1E1E1. Windows color (decimal): -2229152 or 6356189. OLE color: 6356189.

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

Color convert

RGB 221 252 96 -
CMYK 0.12 0 0.62 0.01
HSL 71.92º 0.96% 0.68% -
HSV(B) 71.92º 0.62% 0.99% -
XYZ 66.74 85.84 24.12 -
YUV 224.95 55.23 125.18 -
System Red Green Blue C M Y K H S L
Decimal 221 252 96 0.12 0 0.62 0.01 71.92 0.96 0.68
Hex DD FC 60 C 0 3E 1 48 60 44
Octal 335 374 140 14 0 76 1 110 140 104
Binary 11011101 11111100 1100000 1100 0 111110 1 1001000 1100000 1000100

Color Harmonies of #DDFC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC60

Black with #DDFC60

Text Example


Text Example

White with #DDFC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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