Html Css Color HEX #DDFC6A Mindaro

📋 copy color: '#DDFC6A'

red 221 ◦ green 252 ◦ blue 106

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

Shades of Mindaro #DDFC6A

Tints of Mindaro #DDFC6A

RGB

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

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

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

R = 38.17%
G = 43.52%
B = 18.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#DDFC6A (or 0xDDFC6A) is known color: Mindaro. HEX triplet: DD, FC and 6A. RGB value is (221,252,106). Sum of RGB (Red+Green+Blue) = 221+252+106=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 106 (41.80% from 255 or 18.31% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC6A is #220395. Grayscale: #E2E2E2. Windows color (decimal): -2229142 or 7011549. OLE color: 7011549.

HSL color Cylindrical-coordinate representation of color #DDFC6A: hue angle of 72.74º degrees, saturation: 0.96, 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 #DDFC6A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 252 106 -
CMYK 0.12 0 0.58 0.01
HSL 72.74º 0.96% 0.7% -
HSV(B) 72.74º 0.58% 0.99% -
XYZ 67.23 86.03 26.7 -
YUV 226.09 60.23 124.37 -
System Red Green Blue C M Y K H S L
Decimal 221 252 106 0.12 0 0.58 0.01 72.74 0.96 0.7
Hex DD FC 6A C 0 3A 1 49 60 46
Octal 335 374 152 14 0 72 1 111 140 106
Binary 11011101 11111100 1101010 1100 0 111010 1 1001001 1100000 1000110

Color Harmonies of #DDFC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC6A

Black with #DDFC6A

Text Example


Text Example

White with #DDFC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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