Html Css Color HEX #DCF055 Honeysuckle

📋 copy color: '#DCF055'

red 220 ◦ green 240 ◦ blue 85

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

Shades of Honeysuckle #DCF055

Tints of Honeysuckle #DCF055

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

 BLUE value IS 85 (33.59% from 255) = 15.6%

R = 40.37%
G = 44.04%
B = 15.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#DCF055 (or 0xDCF055) is known color: Honeysuckle. HEX triplet: DC, F0 and 55. RGB value is (220,240,85). Sum of RGB (Red+Green+Blue) = 220+240+85=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF055 is #230FAA. Grayscale: #D8D8D8. Windows color (decimal): -2297771 or 5632220. OLE color: 5632220.

HSL color Cylindrical-coordinate representation of color #DCF055: hue angle of 67.74º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCF055 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 85 -
CMYK 0.08 0 0.65 0.06
HSL 67.74º 0.84% 0.64% -
HSV(B) 67.74º 0.65% 0.94% -
XYZ 62.31 78.19 20.4 -
YUV 216.35 53.87 130.6 -
System Red Green Blue C M Y K H S L
Decimal 220 240 85 0.08 0 0.65 0.06 67.74 0.84 0.64
Hex DC F0 55 8 0 41 6 44 54 40
Octal 334 360 125 10 0 101 6 104 124 100
Binary 11011100 11110000 1010101 1000 0 1000001 110 1000100 1010100 1000000

Color Harmonies of #DCF055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF055

Black with #DCF055

Text Example


Text Example

White with #DCF055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF055; }

 p { color: rgb(220,240,85); }

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

background-color css

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

 a { background-color: rgb(220,240,85); }

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

border-color css

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

 span { border-color: rgb(220,240,85); }

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