Html Css Color HEX #DDFD6A Mindaro

📋 copy color: '#DDFD6A'

red 221 ◦ green 253 ◦ blue 106

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

Shades of Mindaro #DDFD6A

Tints of Mindaro #DDFD6A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.62%

 BLUE value IS 106 (41.8% from 255) = 18.28%

R = 38.1%
G = 43.62%
B = 18.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#DDFD6A (or 0xDDFD6A) is known color: Mindaro. HEX triplet: DD, FD and 6A. RGB value is (221,253,106). Sum of RGB (Red+Green+Blue) = 221+253+106=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 106 (41.80% from 255 or 18.28% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD6A is #220295. Grayscale: #E3E3E3. Windows color (decimal): -2228886 or 7011805. OLE color: 7011805.

HSL color Cylindrical-coordinate representation of color #DDFD6A: hue angle of 73.06º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDFD6A is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 106 -
CMYK 0.13 0 0.58 0.01
HSL 73.06º 0.97% 0.7% -
HSV(B) 73.06º 0.58% 0.99% -
XYZ 67.55 86.66 26.8 -
YUV 226.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 221 253 106 0.13 0 0.58 0.01 73.06 0.97 0.7
Hex DD FD 6A D 0 3A 1 49 61 46
Octal 335 375 152 15 0 72 1 111 141 106
Binary 11011101 11111101 1101010 1101 0 111010 1 1001001 1100001 1000110

Color Harmonies of #DDFD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD6A

Black with #DDFD6A

Text Example


Text Example

White with #DDFD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD6A; }

 p { color: rgb(221,253,106); }

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

background-color css

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

 a { background-color: rgb(221,253,106); }

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

border-color css

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

 span { border-color: rgb(221,253,106); }

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