Html Css Color HEX #DCF64B Honeysuckle

📋 copy color: '#DCF64B'

red 220 ◦ green 246 ◦ blue 75

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

Shades of Honeysuckle #DCF64B

Tints of Honeysuckle #DCF64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.86%

R = 40.67%
G = 45.47%
B = 13.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#DCF64B (or 0xDCF64B) is known color: Honeysuckle. HEX triplet: DC, F6 and 4B. RGB value is (220,246,75). Sum of RGB (Red+Green+Blue) = 220+246+75=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 75 (29.69% from 255 or 13.86% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF64B is #2309B4. Grayscale: #DBDBDB. Windows color (decimal): -2296245 or 4978396. OLE color: 4978396.

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

Color convert

RGB 220 246 75 -
CMYK 0.11 0 0.70 0.04
HSL 69.12º 0.9% 0.63% -
HSV(B) 69.12º 0.7% 0.96% -
XYZ 63.74 81.64 19.05 -
YUV 218.73 46.89 128.9 -
System Red Green Blue C M Y K H S L
Decimal 220 246 75 0.11 0 0.70 0.04 69.12 0.9 0.63
Hex DC F6 4B B 0 46 4 45 5A 3F
Octal 334 366 113 13 0 106 4 105 132 77
Binary 11011100 11110110 1001011 1011 0 1000110 100 1000101 1011010 111111

Color Harmonies of #DCF64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF64B

Black with #DCF64B

Text Example


Text Example

White with #DCF64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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