Html Css Color HEX #DDFF60 Mindaro

📋 copy color: '#DDFF60'

red 221 ◦ green 255 ◦ blue 96

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

Shades of Mindaro #DDFF60

Tints of Mindaro #DDFF60

RGB

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

 GREEN value IS 255 (100% from 255) = 44.58%

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

R = 38.64%
G = 44.58%
B = 16.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#DDFF60 (or 0xDDFF60) is known color: Mindaro. HEX triplet: DD, FF and 60. RGB value is (221,255,96). Sum of RGB (Red+Green+Blue) = 221+255+96=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 96 (37.89% from 255 or 16.78% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF60 is #22009F. Grayscale: #E3E3E3. Windows color (decimal): -2228384 or 6356957. OLE color: 6356957.

HSL color Cylindrical-coordinate representation of color #DDFF60: hue angle of 72.83º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDFF60 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 96 -
CMYK 0.13 0 0.62 0
HSL 72.83º 1% 0.69% -
HSV(B) 72.83º 0.62% 1% -
XYZ 67.69 87.74 24.43 -
YUV 226.71 54.24 123.93 -
System Red Green Blue C M Y K H S L
Decimal 221 255 96 0.13 0 0.62 0 72.83 1 0.69
Hex DD FF 60 D 0 3E 0 49 64 45
Octal 335 377 140 15 0 76 0 111 144 105
Binary 11011101 11111111 1100000 1101 0 111110 0 1001001 1100100 1000101

Color Harmonies of #DDFF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF60

Black with #DDFF60

Text Example


Text Example

White with #DDFF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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