Html Css Color HEX #DCF950 Honeysuckle

📋 copy color: '#DCF950'

red 220 ◦ green 249 ◦ blue 80

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

Shades of Honeysuckle #DCF950

Tints of Honeysuckle #DCF950

RGB

 RED value IS 220 (86.33% from 255) = 40.07%

 GREEN value IS 249 (97.66% from 255) = 45.36%

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

R = 40.07%
G = 45.36%
B = 14.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#DCF950 (or 0xDCF950) is known color: Honeysuckle. HEX triplet: DC, F9 and 50. RGB value is (220,249,80). Sum of RGB (Red+Green+Blue) = 220+249+80=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 80 (31.64% from 255 or 14.57% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF950 is #2306AF. Grayscale: #DDDDDD. Windows color (decimal): -2295472 or 5306844. OLE color: 5306844.

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

Color convert

RGB 220 249 80 -
CMYK 0.12 0 0.68 0.02
HSL 70.3º 0.93% 0.65% -
HSV(B) 70.3º 0.68% 0.98% -
XYZ 64.84 83.55 20.3 -
YUV 221.06 48.39 127.24 -
System Red Green Blue C M Y K H S L
Decimal 220 249 80 0.12 0 0.68 0.02 70.3 0.93 0.65
Hex DC F9 50 C 0 44 2 46 5D 41
Octal 334 371 120 14 0 104 2 106 135 101
Binary 11011100 11111001 1010000 1100 0 1000100 10 1000110 1011101 1000001

Color Harmonies of #DCF950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF950

Black with #DCF950

Text Example


Text Example

White with #DCF950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF950; }

 p { color: rgb(220,249,80); }

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

background-color css

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

 a { background-color: rgb(220,249,80); }

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

border-color css

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

 span { border-color: rgb(220,249,80); }

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