Html Css Color HEX #65C320 Kelly Green

📋 copy color: '#65C320'

red 101 ◦ green 195 ◦ blue 32

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

Shades of Kelly Green #65C320

Tints of Kelly Green #65C320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.76%

R = 30.79%
G = 59.45%
B = 9.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#65C320 (or 0x65C320) is known color: Kelly Green. HEX triplet: 65, C3 and 20. RGB value is (101,195,32). Sum of RGB (Red+Green+Blue) = 101+195+32=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #65C320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C320 is #9A3CDF. Grayscale: #949494. Windows color (decimal): -10108128 or 2147173. OLE color: 2147173.

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

Color convert

RGB 101 195 32 -
CMYK 0.48 0 0.84 0.24
HSL 94.6º 0.72% 0.45% -
HSV(B) 94.6º 0.84% 0.76% -
XYZ 25.14 41.9 8.13 -
YUV 148.31 62.36 94.25 -
System Red Green Blue C M Y K H S L
Decimal 101 195 32 0.48 0 0.84 0.24 94.6 0.72 0.45
Hex 65 C3 20 30 0 54 18 5F 48 2D
Octal 145 303 40 60 0 124 30 137 110 55
Binary 1100101 11000011 100000 110000 0 1010100 11000 1011111 1001000 101101

Color Harmonies of #65C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C320

Black with #65C320

Text Example


Text Example

White with #65C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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