Html Css Color HEX #DDFE60 Mindaro

📋 copy color: '#DDFE60'

red 221 ◦ green 254 ◦ blue 96

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

Shades of Mindaro #DDFE60

Tints of Mindaro #DDFE60

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.48%

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

R = 38.7%
G = 44.48%
B = 16.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#DDFE60 (or 0xDDFE60) is known color: Mindaro. HEX triplet: DD, FE and 60. RGB value is (221,254,96). Sum of RGB (Red+Green+Blue) = 221+254+96=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 96 (37.89% from 255 or 16.81% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE60 is #22019F. Grayscale: #E2E2E2. Windows color (decimal): -2228640 or 6356701. OLE color: 6356701.

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

Color convert

RGB 221 254 96 -
CMYK 0.13 0 0.62 0.00
HSL 72.53º 0.99% 0.69% -
HSV(B) 72.53º 0.62% 1% -
XYZ 67.37 87.1 24.33 -
YUV 226.12 54.57 124.35 -
System Red Green Blue C M Y K H S L
Decimal 221 254 96 0.13 0 0.62 0.00 72.53 0.99 0.69
Hex DD FE 60 D 0 3E 0 49 63 45
Octal 335 376 140 15 0 76 0 111 143 105
Binary 11011101 11111110 1100000 1101 0 111110 0 1001001 1100011 1000101

Color Harmonies of #DDFE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE60

Black with #DDFE60

Text Example


Text Example

White with #DDFE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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