Html Css Color HEX #DCF852 Honeysuckle

📋 copy color: '#DCF852'

red 220 ◦ green 248 ◦ blue 82

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

Shades of Honeysuckle #DCF852

Tints of Honeysuckle #DCF852

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.09%

 BLUE value IS 82 (32.42% from 255) = 14.91%

R = 40%
G = 45.09%
B = 14.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#DCF852 (or 0xDCF852) is known color: Honeysuckle. HEX triplet: DC, F8 and 52. RGB value is (220,248,82). Sum of RGB (Red+Green+Blue) = 220+248+82=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 82 (32.42% from 255 or 14.91% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF852 is #2307AD. Grayscale: #DDDDDD. Windows color (decimal): -2295726 or 5437660. OLE color: 5437660.

HSL color Cylindrical-coordinate representation of color #DCF852: hue angle of 70.12º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCF852 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 82 -
CMYK 0.11 0 0.67 0.03
HSL 70.12º 0.92% 0.65% -
HSV(B) 70.12º 0.67% 0.97% -
XYZ 64.61 82.96 20.59 -
YUV 220.7 49.72 127.5 -
System Red Green Blue C M Y K H S L
Decimal 220 248 82 0.11 0 0.67 0.03 70.12 0.92 0.65
Hex DC F8 52 B 0 43 3 46 5C 41
Octal 334 370 122 13 0 103 3 106 134 101
Binary 11011100 11111000 1010010 1011 0 1000011 11 1000110 1011100 1000001

Color Harmonies of #DCF852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF852

Black with #DCF852

Text Example


Text Example

White with #DCF852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF852; }

 p { color: rgb(220,248,82); }

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

background-color css

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

 a { background-color: rgb(220,248,82); }

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

border-color css

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

 span { border-color: rgb(220,248,82); }

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