Html Css Color HEX #65D80F Kelly Green

📋 copy color: '#65D80F'

red 101 ◦ green 216 ◦ blue 15

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

Shades of Kelly Green #65D80F

Tints of Kelly Green #65D80F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 65.06%

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 30.42%
G = 65.06%
B = 4.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#65D80F (or 0x65D80F) is known color: Kelly Green. HEX triplet: 65, D8 and 0F. RGB value is (101,216,15). Sum of RGB (Red+Green+Blue) = 101+216+15=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 216 (84.77% from 255 or 65.06% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 216 - color contains mainly: green. Hex color #65D80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D80F is #9A27F0. Grayscale: #9F9F9F. Windows color (decimal): -10102769 or 1038437. OLE color: 1038437.

HSL color Cylindrical-coordinate representation of color #65D80F: hue angle of 94.33º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65D80F is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 216 15 -
CMYK 0.53 0 0.93 0.15
HSL 94.33º 0.87% 0.45% -
HSV(B) 94.33º 0.93% 0.85% -
XYZ 30.01 51.91 8.89 -
YUV 158.7 46.9 86.84 -
System Red Green Blue C M Y K H S L
Decimal 101 216 15 0.53 0 0.93 0.15 94.33 0.87 0.45
Hex 65 D8 F 35 0 5D F 5E 57 2D
Octal 145 330 17 65 0 135 17 136 127 55
Binary 1100101 11011000 1111 110101 0 1011101 1111 1011110 1010111 101101

Color Harmonies of #65D80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D80F

Black with #65D80F

Text Example


Text Example

White with #65D80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,216,15); }

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

background-color css

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

 a { background-color: rgb(101,216,15); }

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

border-color css

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

 span { border-color: rgb(101,216,15); }

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