Html Css Color HEX #DDFC50 Honeysuckle

📋 copy color: '#DDFC50'

red 221 ◦ green 252 ◦ blue 80

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

Shades of Honeysuckle #DDFC50

Tints of Honeysuckle #DDFC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.47%

R = 39.96%
G = 45.57%
B = 14.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#DDFC50 (or 0xDDFC50) is known color: Honeysuckle. HEX triplet: DD, FC and 50. RGB value is (221,252,80). Sum of RGB (Red+Green+Blue) = 221+252+80=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 80 (31.64% from 255 or 14.47% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC50 is #2203AF. Grayscale: #DFDFDF. Windows color (decimal): -2229168 or 5307613. OLE color: 5307613.

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

Color convert

RGB 221 252 80 -
CMYK 0.12 0 0.68 0.01
HSL 70.81º 0.97% 0.65% -
HSV(B) 70.81º 0.68% 0.99% -
XYZ 66.08 85.57 20.62 -
YUV 223.12 47.23 126.49 -
System Red Green Blue C M Y K H S L
Decimal 221 252 80 0.12 0 0.68 0.01 70.81 0.97 0.65
Hex DD FC 50 C 0 44 1 47 61 41
Octal 335 374 120 14 0 104 1 107 141 101
Binary 11011101 11111100 1010000 1100 0 1000100 1 1000111 1100001 1000001

Color Harmonies of #DDFC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC50

Black with #DDFC50

Text Example


Text Example

White with #DDFC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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