Html Css Color HEX #DCF65A Honeysuckle

📋 copy color: '#DCF65A'

red 220 ◦ green 246 ◦ blue 90

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

Shades of Honeysuckle #DCF65A

Tints of Honeysuckle #DCF65A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.24%

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

R = 39.57%
G = 44.24%
B = 16.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#DCF65A (or 0xDCF65A) is known color: Honeysuckle. HEX triplet: DC, F6 and 5A. RGB value is (220,246,90). Sum of RGB (Red+Green+Blue) = 220+246+90=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 90 (35.55% from 255 or 16.19% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF65A is #2309A5. Grayscale: #DDDDDD. Windows color (decimal): -2296230 or 5961436. OLE color: 5961436.

HSL color Cylindrical-coordinate representation of color #DCF65A: hue angle of 70º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCF65A is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 90 -
CMYK 0.11 0 0.63 0.04
HSL 70º 0.9% 0.66% -
HSV(B) 70º 0.63% 0.96% -
XYZ 64.32 81.87 22.08 -
YUV 220.44 54.39 127.68 -
System Red Green Blue C M Y K H S L
Decimal 220 246 90 0.11 0 0.63 0.04 70 0.9 0.66
Hex DC F6 5A B 0 3F 4 46 5A 42
Octal 334 366 132 13 0 77 4 106 132 102
Binary 11011100 11110110 1011010 1011 0 111111 100 1000110 1011010 1000010

Color Harmonies of #DCF65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF65A

Black with #DCF65A

Text Example


Text Example

White with #DCF65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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