Html Css Color HEX #65C80F Kelly Green

📋 copy color: '#65C80F'

red 101 ◦ green 200 ◦ blue 15

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

Shades of Kelly Green #65C80F

Tints of Kelly Green #65C80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 63.29%

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

R = 31.96%
G = 63.29%
B = 4.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#65C80F (or 0x65C80F) is known color: Kelly Green. HEX triplet: 65, C8 and 0F. RGB value is (101,200,15). Sum of RGB (Red+Green+Blue) = 101+200+15=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 200 (78.52% from 255 or 63.29% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 200 - color contains mainly: green. Hex color #65C80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C80F is #9A37F0. Grayscale: #959595. Windows color (decimal): -10106865 or 1034341. OLE color: 1034341.

HSL color Cylindrical-coordinate representation of color #65C80F: hue angle of 92.11º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65C80F is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 200 15 -
CMYK 0.49 0 0.92 0.22
HSL 92.11º 0.86% 0.42% -
HSV(B) 92.11º 0.93% 0.78% -
XYZ 26.11 44.11 7.59 -
YUV 149.31 52.2 93.54 -
System Red Green Blue C M Y K H S L
Decimal 101 200 15 0.49 0 0.92 0.22 92.11 0.86 0.42
Hex 65 C8 F 31 0 5C 16 5C 56 2A
Octal 145 310 17 61 0 134 26 134 126 52
Binary 1100101 11001000 1111 110001 0 1011100 10110 1011100 1010110 101010

Color Harmonies of #65C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C80F

Black with #65C80F

Text Example


Text Example

White with #65C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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