Html Css Color HEX #DCF250 Honeysuckle

📋 copy color: '#DCF250'

red 220 ◦ green 242 ◦ blue 80

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

Shades of Honeysuckle #DCF250

Tints of Honeysuckle #DCF250

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.65%

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

R = 40.59%
G = 44.65%
B = 14.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#DCF250 (or 0xDCF250) is known color: Honeysuckle. HEX triplet: DC, F2 and 50. RGB value is (220,242,80). Sum of RGB (Red+Green+Blue) = 220+242+80=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF250 is #230DAF. Grayscale: #D9D9D9. Windows color (decimal): -2297264 or 5305052. OLE color: 5305052.

HSL color Cylindrical-coordinate representation of color #DCF250: hue angle of 68.15º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCF250 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 80 -
CMYK 0.09 0 0.67 0.05
HSL 68.15º 0.86% 0.63% -
HSV(B) 68.15º 0.67% 0.95% -
XYZ 62.72 79.3 19.59 -
YUV 216.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 220 242 80 0.09 0 0.67 0.05 68.15 0.86 0.63
Hex DC F2 50 9 0 43 5 44 56 3F
Octal 334 362 120 11 0 103 5 104 126 77
Binary 11011100 11110010 1010000 1001 0 1000011 101 1000100 1010110 111111

Color Harmonies of #DCF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF250

Black with #DCF250

Text Example


Text Example

White with #DCF250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF250; }

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

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

background-color css

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

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

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

border-color css

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

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

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