Html Css Color HEX #DDFC7D Mindaro

📋 copy color: '#DDFC7D'

red 221 ◦ green 252 ◦ blue 125

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

Shades of Mindaro #DDFC7D

Tints of Mindaro #DDFC7D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.14%

 BLUE value IS 125 (49.22% from 255) = 20.9%

R = 36.96%
G = 42.14%
B = 20.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#DDFC7D (or 0xDDFC7D) is known color: Mindaro. HEX triplet: DD, FC and 7D. RGB value is (221,252,125). Sum of RGB (Red+Green+Blue) = 221+252+125=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC7D is #220382. Grayscale: #E4E4E4. Windows color (decimal): -2229123 or 8256733. OLE color: 8256733.

HSL color Cylindrical-coordinate representation of color #DDFC7D: hue angle of 74.65º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDFC7D is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 252 125 -
CMYK 0.12 0 0.50 0.01
HSL 74.65º 0.95% 0.74% -
HSV(B) 74.65º 0.5% 0.99% -
XYZ 68.33 86.47 32.49 -
YUV 228.25 69.73 122.83 -
System Red Green Blue C M Y K H S L
Decimal 221 252 125 0.12 0 0.50 0.01 74.65 0.95 0.74
Hex DD FC 7D C 0 32 1 4B 5F 4A
Octal 335 374 175 14 0 62 1 113 137 112
Binary 11011101 11111100 1111101 1100 0 110010 1 1001011 1011111 1001010

Color Harmonies of #DDFC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC7D

Black with #DDFC7D

Text Example


Text Example

White with #DDFC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC7D; }

 p { color: rgb(221,252,125); }

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

background-color css

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

 a { background-color: rgb(221,252,125); }

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

border-color css

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

 span { border-color: rgb(221,252,125); }

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