Html Css Color HEX #65C013 Kelly Green

📋 copy color: '#65C013'

red 101 ◦ green 192 ◦ blue 19

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

Shades of Kelly Green #65C013

Tints of Kelly Green #65C013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.09%

R = 32.37%
G = 61.54%
B = 6.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#65C013 (or 0x65C013) is known color: Kelly Green. HEX triplet: 65, C0 and 13. RGB value is (101,192,19). Sum of RGB (Red+Green+Blue) = 101+192+19=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #65C013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C013 is #9A3FEC. Grayscale: #919191. Windows color (decimal): -10108909 or 1294437. OLE color: 1294437.

HSL color Cylindrical-coordinate representation of color #65C013: hue angle of 91.56º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65C013 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 192 19 -
CMYK 0.47 0 0.90 0.25
HSL 91.56º 0.82% 0.41% -
HSV(B) 91.56º 0.9% 0.75% -
XYZ 24.33 40.51 7.15 -
YUV 145.07 56.85 96.57 -
System Red Green Blue C M Y K H S L
Decimal 101 192 19 0.47 0 0.90 0.25 91.56 0.82 0.41
Hex 65 C0 13 2F 0 5A 19 5C 52 29
Octal 145 300 23 57 0 132 31 134 122 51
Binary 1100101 11000000 10011 101111 0 1011010 11001 1011100 1010010 101001

Color Harmonies of #65C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C013

Black with #65C013

Text Example


Text Example

White with #65C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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