Html Css Color HEX #DDFE4B Honeysuckle

📋 copy color: '#DDFE4B'

red 221 ◦ green 254 ◦ blue 75

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

Shades of Honeysuckle #DDFE4B

Tints of Honeysuckle #DDFE4B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.18%

 BLUE value IS 75 (29.69% from 255) = 13.64%

R = 40.18%
G = 46.18%
B = 13.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#DDFE4B (or 0xDDFE4B) is known color: Honeysuckle. HEX triplet: DD, FE and 4B. RGB value is (221,254,75). Sum of RGB (Red+Green+Blue) = 221+254+75=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 75 (29.69% from 255 or 13.64% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE4B is #2201B4. Grayscale: #E0E0E0. Windows color (decimal): -2228661 or 4980445. OLE color: 4980445.

HSL color Cylindrical-coordinate representation of color #DDFE4B: hue angle of 71.06º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDFE4B is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 254 75 -
CMYK 0.13 0 0.70 0.00
HSL 71.06º 0.99% 0.65% -
HSV(B) 71.06º 0.7% 1% -
XYZ 66.53 86.76 19.9 -
YUV 223.73 44.07 126.05 -
System Red Green Blue C M Y K H S L
Decimal 221 254 75 0.13 0 0.70 0.00 71.06 0.99 0.65
Hex DD FE 4B D 0 46 0 47 63 41
Octal 335 376 113 15 0 106 0 107 143 101
Binary 11011101 11111110 1001011 1101 0 1000110 0 1000111 1100011 1000001

Color Harmonies of #DDFE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE4B

Black with #DDFE4B

Text Example


Text Example

White with #DDFE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE4B; }

 p { color: rgb(221,254,75); }

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

background-color css

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

 a { background-color: rgb(221,254,75); }

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

border-color css

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

 span { border-color: rgb(221,254,75); }

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