Html Css Color HEX #DCFC5A Honeysuckle

📋 copy color: '#DCFC5A'

red 220 ◦ green 252 ◦ blue 90

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

Shades of Honeysuckle #DCFC5A

Tints of Honeysuckle #DCFC5A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.84%

 BLUE value IS 90 (35.55% from 255) = 16.01%

R = 39.15%
G = 44.84%
B = 16.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#DCFC5A (or 0xDCFC5A) is known color: Honeysuckle. HEX triplet: DC, FC and 5A. RGB value is (220,252,90). Sum of RGB (Red+Green+Blue) = 220+252+90=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 90 (35.55% from 255 or 16.01% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC5A is #2303A5. Grayscale: #E0E0E0. Windows color (decimal): -2294694 or 5962972. OLE color: 5962972.

HSL color Cylindrical-coordinate representation of color #DCFC5A: hue angle of 71.85º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCFC5A is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 90 -
CMYK 0.13 0 0.64 0.01
HSL 71.85º 0.96% 0.67% -
HSV(B) 71.85º 0.64% 0.99% -
XYZ 66.17 85.57 22.7 -
YUV 223.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 220 252 90 0.13 0 0.64 0.01 71.85 0.96 0.67
Hex DC FC 5A D 0 40 1 48 60 43
Octal 334 374 132 15 0 100 1 110 140 103
Binary 11011100 11111100 1011010 1101 0 1000000 1 1001000 1100000 1000011

Color Harmonies of #DCFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC5A

Black with #DCFC5A

Text Example


Text Example

White with #DCFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC5A; }

 p { color: rgb(220,252,90); }

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

background-color css

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

 a { background-color: rgb(220,252,90); }

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

border-color css

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

 span { border-color: rgb(220,252,90); }

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