Html Css Color HEX #65DA14 Kelly Green

📋 copy color: '#65DA14'

red 101 ◦ green 218 ◦ blue 20

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

Shades of Kelly Green #65DA14

Tints of Kelly Green #65DA14

RGB

 RED value IS 101 (39.84% from 255) = 29.79%

 GREEN value IS 218 (85.55% from 255) = 64.31%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 29.79%
G = 64.31%
B = 5.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#65DA14 (or 0x65DA14) is known color: Kelly Green. HEX triplet: 65, DA and 14. RGB value is (101,218,20). Sum of RGB (Red+Green+Blue) = 101+218+20=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 218 (85.55% from 255 or 64.31% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 218 - color contains mainly: green. Hex color #65DA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65DA14 is #9A25EB. Grayscale: #A1A1A1. Windows color (decimal): -10102252 or 1366629. OLE color: 1366629.

HSL color Cylindrical-coordinate representation of color #65DA14: hue angle of 95.45º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65DA14 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 218 20 -
CMYK 0.54 0 0.91 0.15
HSL 95.45º 0.83% 0.47% -
HSV(B) 95.45º 0.91% 0.85% -
XYZ 30.56 52.96 9.27 -
YUV 160.45 48.74 85.6 -
System Red Green Blue C M Y K H S L
Decimal 101 218 20 0.54 0 0.91 0.15 95.45 0.83 0.47
Hex 65 DA 14 36 0 5B F 5F 53 2F
Octal 145 332 24 66 0 133 17 137 123 57
Binary 1100101 11011010 10100 110110 0 1011011 1111 1011111 1010011 101111

Color Harmonies of #65DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DA14

Black with #65DA14

Text Example


Text Example

White with #65DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65DA14; }

 p { color: rgb(101,218,20); }

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

background-color css

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

 a { background-color: rgb(101,218,20); }

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

border-color css

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

 span { border-color: rgb(101,218,20); }

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