Html Css Color HEX #DDFE75 Mindaro

📋 copy color: '#DDFE75'

red 221 ◦ green 254 ◦ blue 117

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

Shades of Mindaro #DDFE75

Tints of Mindaro #DDFE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.76%

R = 37.33%
G = 42.91%
B = 19.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#DDFE75 (or 0xDDFE75) is known color: Mindaro. HEX triplet: DD, FE and 75. RGB value is (221,254,117). Sum of RGB (Red+Green+Blue) = 221+254+117=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 117 (46.09% from 255 or 19.76% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE75 is #22018A. Grayscale: #E5E5E5. Windows color (decimal): -2228619 or 7732957. OLE color: 7732957.

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

Color convert

RGB 221 254 117 -
CMYK 0.13 0 0.54 0.00
HSL 74.45º 0.99% 0.73% -
HSV(B) 74.45º 0.54% 1% -
XYZ 68.47 87.54 30.12 -
YUV 228.52 65.07 122.64 -
System Red Green Blue C M Y K H S L
Decimal 221 254 117 0.13 0 0.54 0.00 74.45 0.99 0.73
Hex DD FE 75 D 0 36 0 4A 63 49
Octal 335 376 165 15 0 66 0 112 143 111
Binary 11011101 11111110 1110101 1101 0 110110 0 1001010 1100011 1001001

Color Harmonies of #DDFE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE75

Black with #DDFE75

Text Example


Text Example

White with #DDFE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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