Html Css Color HEX #DDFB4A Honeysuckle

📋 copy color: '#DDFB4A'

red 221 ◦ green 251 ◦ blue 74

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

Shades of Honeysuckle #DDFB4A

Tints of Honeysuckle #DDFB4A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.97%

 BLUE value IS 74 (29.3% from 255) = 13.55%

R = 40.48%
G = 45.97%
B = 13.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#DDFB4A (or 0xDDFB4A) is known color: Honeysuckle. HEX triplet: DD, FB and 4A. RGB value is (221,251,74). Sum of RGB (Red+Green+Blue) = 221+251+74=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 74 (29.30% from 255 or 13.55% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB4A is #2204B5. Grayscale: #DEDEDE. Windows color (decimal): -2229430 or 4914141. OLE color: 4914141.

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

Color convert

RGB 221 251 74 -
CMYK 0.12 0 0.71 0.02
HSL 70.17º 0.96% 0.64% -
HSV(B) 70.17º 0.71% 0.98% -
XYZ 65.55 84.86 19.4 -
YUV 221.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 221 251 74 0.12 0 0.71 0.02 70.17 0.96 0.64
Hex DD FB 4A C 0 47 2 46 60 40
Octal 335 373 112 14 0 107 2 106 140 100
Binary 11011101 11111011 1001010 1100 0 1000111 10 1000110 1100000 1000000

Color Harmonies of #DDFB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB4A

Black with #DDFB4A

Text Example


Text Example

White with #DDFB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB4A; }

 p { color: rgb(221,251,74); }

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

background-color css

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

 a { background-color: rgb(221,251,74); }

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

border-color css

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

 span { border-color: rgb(221,251,74); }

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