Html Css Color HEX #65D114 Kelly Green

📋 copy color: '#65D114'

red 101 ◦ green 209 ◦ blue 20

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

Shades of Kelly Green #65D114

Tints of Kelly Green #65D114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 63.33%

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

R = 30.61%
G = 63.33%
B = 6.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#65D114 (or 0x65D114) is known color: Kelly Green. HEX triplet: 65, D1 and 14. RGB value is (101,209,20). Sum of RGB (Red+Green+Blue) = 101+209+20=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 209 (82.03% from 255 or 63.33% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 209 - color contains mainly: green. Hex color #65D114 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D114 is #9A2EEB. Grayscale: #9B9B9B. Windows color (decimal): -10104556 or 1364325. OLE color: 1364325.

HSL color Cylindrical-coordinate representation of color #65D114: hue angle of 94.29º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65D114 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 209 20 -
CMYK 0.52 0 0.90 0.18
HSL 94.29º 0.83% 0.45% -
HSV(B) 94.29º 0.9% 0.82% -
XYZ 28.29 48.42 8.52 -
YUV 155.16 51.72 89.37 -
System Red Green Blue C M Y K H S L
Decimal 101 209 20 0.52 0 0.90 0.18 94.29 0.83 0.45
Hex 65 D1 14 34 0 5A 12 5E 53 2D
Octal 145 321 24 64 0 132 22 136 123 55
Binary 1100101 11010001 10100 110100 0 1011010 10010 1011110 1010011 101101

Color Harmonies of #65D114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D114

Black with #65D114

Text Example


Text Example

White with #65D114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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