Html Css Color HEX #DDFC7A Mindaro

📋 copy color: '#DDFC7A'

red 221 ◦ green 252 ◦ blue 122

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

Shades of Mindaro #DDFC7A

Tints of Mindaro #DDFC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.5%

R = 37.14%
G = 42.35%
B = 20.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#DDFC7A (or 0xDDFC7A) is known color: Mindaro. HEX triplet: DD, FC and 7A. RGB value is (221,252,122). Sum of RGB (Red+Green+Blue) = 221+252+122=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC7A is #220385. Grayscale: #E4E4E4. Windows color (decimal): -2229126 or 8060125. OLE color: 8060125.

HSL color Cylindrical-coordinate representation of color #DDFC7A: hue angle of 74.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDFC7A is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 252 122 -
CMYK 0.12 0 0.52 0.01
HSL 74.31º 0.96% 0.73% -
HSV(B) 74.31º 0.52% 0.99% -
XYZ 68.14 86.4 31.5 -
YUV 227.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 221 252 122 0.12 0 0.52 0.01 74.31 0.96 0.73
Hex DD FC 7A C 0 34 1 4A 60 49
Octal 335 374 172 14 0 64 1 112 140 111
Binary 11011101 11111100 1111010 1100 0 110100 1 1001010 1100000 1001001

Color Harmonies of #DDFC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC7A

Black with #DDFC7A

Text Example


Text Example

White with #DDFC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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