Html Css Color HEX #DDFE5F Mindaro

📋 copy color: '#DDFE5F'

red 221 ◦ green 254 ◦ blue 95

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

Shades of Mindaro #DDFE5F

Tints of Mindaro #DDFE5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.67%

R = 38.77%
G = 44.56%
B = 16.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#DDFE5F (or 0xDDFE5F) is known color: Mindaro. HEX triplet: DD, FE and 5F. RGB value is (221,254,95). Sum of RGB (Red+Green+Blue) = 221+254+95=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 95 (37.5% from 255 or 16.67% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE5F is #2201A0. Grayscale: #E2E2E2. Windows color (decimal): -2228641 or 6291165. OLE color: 6291165.

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

Color convert

RGB 221 254 95 -
CMYK 0.13 0 0.63 0.00
HSL 72.45º 0.99% 0.68% -
HSV(B) 72.45º 0.63% 1% -
XYZ 67.33 87.08 24.09 -
YUV 226.01 54.07 124.43 -
System Red Green Blue C M Y K H S L
Decimal 221 254 95 0.13 0 0.63 0.00 72.45 0.99 0.68
Hex DD FE 5F D 0 3F 0 48 63 44
Octal 335 376 137 15 0 77 0 110 143 104
Binary 11011101 11111110 1011111 1101 0 111111 0 1001000 1100011 1000100

Color Harmonies of #DDFE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE5F

Black with #DDFE5F

Text Example


Text Example

White with #DDFE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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