Html Css Color HEX #65C301 Kelly Green

📋 copy color: '#65C301'

red 101 ◦ green 195 ◦ blue 1

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

Shades of Kelly Green #65C301

Tints of Kelly Green #65C301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 65.66%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 34.01%
G = 65.66%
B = 0.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#65C301 (or 0x65C301) is known color: Kelly Green. HEX triplet: 65, C3 and 01. RGB value is (101,195,1). Sum of RGB (Red+Green+Blue) = 101+195+1=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 195 (76.56% from 255 or 65.66% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 195 - color contains mainly: green. Hex color #65C301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C301 is #9A3CFE. Grayscale: #919191. Windows color (decimal): -10108159 or 115557. OLE color: 115557.

HSL color Cylindrical-coordinate representation of color #65C301: hue angle of 89.07º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65C301 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 195 1 -
CMYK 0.48 0 0.99 0.24
HSL 89.07º 0.99% 0.38% -
HSV(B) 89.07º 0.99% 0.76% -
XYZ 24.89 41.8 6.79 -
YUV 144.78 46.86 96.77 -
System Red Green Blue C M Y K H S L
Decimal 101 195 1 0.48 0 0.99 0.24 89.07 0.99 0.38
Hex 65 C3 1 30 0 63 18 59 63 26
Octal 145 303 1 60 0 143 30 131 143 46
Binary 1100101 11000011 1 110000 0 1100011 11000 1011001 1100011 100110

Color Harmonies of #65C301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C301

Black with #65C301

Text Example


Text Example

White with #65C301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,195,1); }

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

background-color css

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

 a { background-color: rgb(101,195,1); }

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

border-color css

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

 span { border-color: rgb(101,195,1); }

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