Html Css Color HEX #DCF258 Honeysuckle

📋 copy color: '#DCF258'

red 220 ◦ green 242 ◦ blue 88

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

Shades of Honeysuckle #DCF258

Tints of Honeysuckle #DCF258

RGB

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

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

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

R = 40%
G = 44%
B = 16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#DCF258 (or 0xDCF258) is known color: Honeysuckle. HEX triplet: DC, F2 and 58. RGB value is (220,242,88). Sum of RGB (Red+Green+Blue) = 220+242+88=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 88 (34.77% from 255 or 16% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF258 is #230DA7. Grayscale: #DADADA. Windows color (decimal): -2297256 or 5829340. OLE color: 5829340.

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

Color convert

RGB 220 242 88 -
CMYK 0.09 0 0.64 0.05
HSL 68.57º 0.86% 0.65% -
HSV(B) 68.57º 0.64% 0.95% -
XYZ 63.03 79.42 21.24 -
YUV 217.87 54.71 129.52 -
System Red Green Blue C M Y K H S L
Decimal 220 242 88 0.09 0 0.64 0.05 68.57 0.86 0.65
Hex DC F2 58 9 0 40 5 45 56 41
Octal 334 362 130 11 0 100 5 105 126 101
Binary 11011100 11110010 1011000 1001 0 1000000 101 1000101 1010110 1000001

Color Harmonies of #DCF258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF258

Black with #DCF258

Text Example


Text Example

White with #DCF258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF258; }

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

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

background-color css

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

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

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

border-color css

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

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

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