Html Css Color HEX #DDFE81 Mindaro

📋 copy color: '#DDFE81'

red 221 ◦ green 254 ◦ blue 129

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

Shades of Mindaro #DDFE81

Tints of Mindaro #DDFE81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.36%

R = 36.59%
G = 42.05%
B = 21.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#DDFE81 (or 0xDDFE81) is known color: Mindaro. HEX triplet: DD, FE and 81. RGB value is (221,254,129). Sum of RGB (Red+Green+Blue) = 221+254+129=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 129 (50.78% from 255 or 21.36% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE81 is #22017E. Grayscale: #E6E6E6. Windows color (decimal): -2228607 or 8519389. OLE color: 8519389.

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

Color convert

RGB 221 254 129 -
CMYK 0.13 0 0.49 0.00
HSL 75.84º 0.98% 0.75% -
HSV(B) 75.84º 0.49% 1% -
XYZ 69.22 87.84 34.08 -
YUV 229.88 71.07 121.66 -
System Red Green Blue C M Y K H S L
Decimal 221 254 129 0.13 0 0.49 0.00 75.84 0.98 0.75
Hex DD FE 81 D 0 31 0 4C 62 4B
Octal 335 376 201 15 0 61 0 114 142 113
Binary 11011101 11111110 10000001 1101 0 110001 0 1001100 1100010 1001011

Color Harmonies of #DDFE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE81

Black with #DDFE81

Text Example


Text Example

White with #DDFE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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