Html Css Color HEX #65C018 Kelly Green

📋 copy color: '#65C018'

red 101 ◦ green 192 ◦ blue 24

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

Shades of Kelly Green #65C018

Tints of Kelly Green #65C018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.57%

R = 31.86%
G = 60.57%
B = 7.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#65C018 (or 0x65C018) is known color: Kelly Green. HEX triplet: 65, C0 and 18. RGB value is (101,192,24). Sum of RGB (Red+Green+Blue) = 101+192+24=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #65C018 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C018 is #9A3FE7. Grayscale: #929292. Windows color (decimal): -10108904 or 1622117. OLE color: 1622117.

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

Color convert

RGB 101 192 24 -
CMYK 0.47 0 0.88 0.25
HSL 92.5º 0.78% 0.42% -
HSV(B) 92.5º 0.88% 0.75% -
XYZ 24.38 40.53 7.4 -
YUV 145.64 59.35 96.16 -
System Red Green Blue C M Y K H S L
Decimal 101 192 24 0.47 0 0.88 0.25 92.5 0.78 0.42
Hex 65 C0 18 2F 0 58 19 5C 4E 2A
Octal 145 300 30 57 0 130 31 134 116 52
Binary 1100101 11000000 11000 101111 0 1011000 11001 1011100 1001110 101010

Color Harmonies of #65C018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C018

Black with #65C018

Text Example


Text Example

White with #65C018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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