Html Css Color HEX #DCF058 Honeysuckle

📋 copy color: '#DCF058'

red 220 ◦ green 240 ◦ blue 88

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

Shades of Honeysuckle #DCF058

Tints of Honeysuckle #DCF058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.06%

R = 40.15%
G = 43.8%
B = 16.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#DCF058 (or 0xDCF058) is known color: Honeysuckle. HEX triplet: DC, F0 and 58. RGB value is (220,240,88). Sum of RGB (Red+Green+Blue) = 220+240+88=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 88 (34.77% from 255 or 16.06% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF058 is #230FA7. Grayscale: #D9D9D9. Windows color (decimal): -2297768 or 5828828. OLE color: 5828828.

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

Color convert

RGB 220 240 88 -
CMYK 0.08 0 0.63 0.06
HSL 67.89º 0.84% 0.64% -
HSV(B) 67.89º 0.63% 0.94% -
XYZ 62.44 78.24 21.04 -
YUV 216.69 55.37 130.36 -
System Red Green Blue C M Y K H S L
Decimal 220 240 88 0.08 0 0.63 0.06 67.89 0.84 0.64
Hex DC F0 58 8 0 3F 6 44 54 40
Octal 334 360 130 10 0 77 6 104 124 100
Binary 11011100 11110000 1011000 1000 0 111111 110 1000100 1010100 1000000

Color Harmonies of #DCF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF058

Black with #DCF058

Text Example


Text Example

White with #DCF058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF058; }

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

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

background-color css

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

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

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

border-color css

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

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

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