Html Css Color HEX #65D00E Kelly Green

📋 copy color: '#65D00E'

red 101 ◦ green 208 ◦ blue 14

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

Shades of Kelly Green #65D00E

Tints of Kelly Green #65D00E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.4%

 BLUE value IS 14 (5.86% from 255) = 4.33%

R = 31.27%
G = 64.4%
B = 4.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#65D00E (or 0x65D00E) is known color: Kelly Green. HEX triplet: 65, D0 and 0E. RGB value is (101,208,14). Sum of RGB (Red+Green+Blue) = 101+208+14=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 208 (81.64% from 255 or 64.40% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 208 - color contains mainly: green. Hex color #65D00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D00E is #9A2FF1. Grayscale: #9A9A9A. Windows color (decimal): -10104818 or 970853. OLE color: 970853.

HSL color Cylindrical-coordinate representation of color #65D00E: hue angle of 93.09º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65D00E is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 208 14 -
CMYK 0.51 0 0.93 0.18
HSL 93.09º 0.87% 0.44% -
HSV(B) 93.09º 0.93% 0.82% -
XYZ 28 47.91 8.19 -
YUV 153.89 49.05 90.27 -
System Red Green Blue C M Y K H S L
Decimal 101 208 14 0.51 0 0.93 0.18 93.09 0.87 0.44
Hex 65 D0 E 33 0 5D 12 5D 57 2C
Octal 145 320 16 63 0 135 22 135 127 54
Binary 1100101 11010000 1110 110011 0 1011101 10010 1011101 1010111 101100

Color Harmonies of #65D00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D00E

Black with #65D00E

Text Example


Text Example

White with #65D00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,208,14); }

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

background-color css

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

 a { background-color: rgb(101,208,14); }

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

border-color css

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

 span { border-color: rgb(101,208,14); }

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