Html Css Color HEX #65C01F Kelly Green

📋 copy color: '#65C01F'

red 101 ◦ green 192 ◦ blue 31

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

Shades of Kelly Green #65C01F

Tints of Kelly Green #65C01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.26%

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 31.17%
G = 59.26%
B = 9.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#65C01F (or 0x65C01F) is known color: Kelly Green. HEX triplet: 65, C0 and 1F. RGB value is (101,192,31). Sum of RGB (Red+Green+Blue) = 101+192+31=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #65C01F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C01F is #9A3FE0. Grayscale: #929292. Windows color (decimal): -10108897 or 2080869. OLE color: 2080869.

HSL color Cylindrical-coordinate representation of color #65C01F: hue angle of 93.91º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65C01F is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 192 31 -
CMYK 0.47 0 0.84 0.25
HSL 93.91º 0.72% 0.44% -
HSV(B) 93.91º 0.84% 0.75% -
XYZ 24.46 40.56 7.84 -
YUV 146.44 62.85 95.59 -
System Red Green Blue C M Y K H S L
Decimal 101 192 31 0.47 0 0.84 0.25 93.91 0.72 0.44
Hex 65 C0 1F 2F 0 54 19 5E 48 2C
Octal 145 300 37 57 0 124 31 136 110 54
Binary 1100101 11000000 11111 101111 0 1010100 11001 1011110 1001000 101100

Color Harmonies of #65C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C01F

Black with #65C01F

Text Example


Text Example

White with #65C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,192,31); }

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

background-color css

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

 a { background-color: rgb(101,192,31); }

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

border-color css

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

 span { border-color: rgb(101,192,31); }

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