Html Css Color HEX #65C312 Kelly Green

📋 copy color: '#65C312'

red 101 ◦ green 195 ◦ blue 18

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

Shades of Kelly Green #65C312

Tints of Kelly Green #65C312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 32.17%
G = 62.1%
B = 5.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#65C312 (or 0x65C312) is known color: Kelly Green. HEX triplet: 65, C3 and 12. RGB value is (101,195,18). Sum of RGB (Red+Green+Blue) = 101+195+18=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 195 (76.56% from 255 or 62.10% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 195 - color contains mainly: green. Hex color #65C312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C312 is #9A3CED. Grayscale: #939393. Windows color (decimal): -10108142 or 1229669. OLE color: 1229669.

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

Color convert

RGB 101 195 18 -
CMYK 0.48 0 0.91 0.24
HSL 91.86º 0.83% 0.42% -
HSV(B) 91.86º 0.91% 0.76% -
XYZ 24.99 41.84 7.33 -
YUV 146.72 55.36 95.39 -
System Red Green Blue C M Y K H S L
Decimal 101 195 18 0.48 0 0.91 0.24 91.86 0.83 0.42
Hex 65 C3 12 30 0 5B 18 5C 53 2A
Octal 145 303 22 60 0 133 30 134 123 52
Binary 1100101 11000011 10010 110000 0 1011011 11000 1011100 1010011 101010

Color Harmonies of #65C312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C312

Black with #65C312

Text Example


Text Example

White with #65C312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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