Html Css Color HEX #65C12A Kelly Green

📋 copy color: '#65C12A'

red 101 ◦ green 193 ◦ blue 42

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

Shades of Kelly Green #65C12A

Tints of Kelly Green #65C12A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.44%

 BLUE value IS 42 (16.8% from 255) = 12.5%

R = 30.06%
G = 57.44%
B = 12.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#65C12A (or 0x65C12A) is known color: Kelly Green. HEX triplet: 65, C1 and 2A. RGB value is (101,193,42). Sum of RGB (Red+Green+Blue) = 101+193+42=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #65C12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C12A is #9A3ED5. Grayscale: #949494. Windows color (decimal): -10108630 or 2802021. OLE color: 2802021.

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

Color convert

RGB 101 193 42 -
CMYK 0.48 0 0.78 0.24
HSL 96.56º 0.64% 0.46% -
HSV(B) 96.56º 0.78% 0.76% -
XYZ 24.85 41.07 8.81 -
YUV 148.28 68.02 94.28 -
System Red Green Blue C M Y K H S L
Decimal 101 193 42 0.48 0 0.78 0.24 96.56 0.64 0.46
Hex 65 C1 2A 30 0 4E 18 61 40 2E
Octal 145 301 52 60 0 116 30 141 100 56
Binary 1100101 11000001 101010 110000 0 1001110 11000 1100001 1000000 101110

Color Harmonies of #65C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C12A

Black with #65C12A

Text Example


Text Example

White with #65C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,193,42); }

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

background-color css

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

 a { background-color: rgb(101,193,42); }

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

border-color css

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

 span { border-color: rgb(101,193,42); }

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