Html Css Color HEX #DDFE61 Mindaro

📋 copy color: '#DDFE61'

red 221 ◦ green 254 ◦ blue 97

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

Shades of Mindaro #DDFE61

Tints of Mindaro #DDFE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.96%

R = 38.64%
G = 44.41%
B = 16.96%

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

#DDFE61 (or 0xDDFE61) is known color: Mindaro. HEX triplet: DD, FE and 61. RGB value is (221,254,97). Sum of RGB (Red+Green+Blue) = 221+254+97=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 97 (38.28% from 255 or 16.96% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE61 is #22019E. Grayscale: #E2E2E2. Windows color (decimal): -2228639 or 6422237. OLE color: 6422237.

HSL color Cylindrical-coordinate representation of color #DDFE61: hue angle of 72.61º 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 #DDFE61 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 254 97 -
CMYK 0.13 0 0.62 0.00
HSL 72.61º 0.99% 0.69% -
HSV(B) 72.61º 0.62% 1% -
XYZ 67.42 87.12 24.57 -
YUV 226.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 221 254 97 0.13 0 0.62 0.00 72.61 0.99 0.69
Hex DD FE 61 D 0 3E 0 49 63 45
Octal 335 376 141 15 0 76 0 111 143 105
Binary 11011101 11111110 1100001 1101 0 111110 0 1001001 1100011 1000101

Color Harmonies of #DDFE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE61

Black with #DDFE61

Text Example


Text Example

White with #DDFE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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