Html Css Color HEX #DDFA77 Mindaro

📋 copy color: '#DDFA77'

red 221 ◦ green 250 ◦ blue 119

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

Shades of Mindaro #DDFA77

Tints of Mindaro #DDFA77

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.37%

 BLUE value IS 119 (46.88% from 255) = 20.17%

R = 37.46%
G = 42.37%
B = 20.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#DDFA77 (or 0xDDFA77) is known color: Mindaro. HEX triplet: DD, FA and 77. RGB value is (221,250,119). Sum of RGB (Red+Green+Blue) = 221+250+119=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 119 (46.88% from 255 or 20.17% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFA77 is #220588. Grayscale: #E2E2E2. Windows color (decimal): -2229641 or 7863005. OLE color: 7863005.

HSL color Cylindrical-coordinate representation of color #DDFA77: hue angle of 73.28º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDFA77 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 119 -
CMYK 0.12 0 0.52 0.02
HSL 73.28º 0.93% 0.72% -
HSV(B) 73.28º 0.52% 0.98% -
XYZ 67.33 85.08 30.33 -
YUV 226.4 67.39 124.15 -
System Red Green Blue C M Y K H S L
Decimal 221 250 119 0.12 0 0.52 0.02 73.28 0.93 0.72
Hex DD FA 77 C 0 34 2 49 5D 48
Octal 335 372 167 14 0 64 2 111 135 110
Binary 11011101 11111010 1110111 1100 0 110100 10 1001001 1011101 1001000

Color Harmonies of #DDFA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFA77

Black with #DDFA77

Text Example


Text Example

White with #DDFA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFA77; }

 p { color: rgb(221,250,119); }

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

background-color css

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

 a { background-color: rgb(221,250,119); }

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

border-color css

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

 span { border-color: rgb(221,250,119); }

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