Html Css Color HEX #60B514 Kelly Green

📋 copy color: '#60B514'

red 96 ◦ green 181 ◦ blue 20

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

Shades of Kelly Green #60B514

Tints of Kelly Green #60B514

RGB

 RED value IS 96 (37.89% from 255) = 32.32%

 GREEN value IS 181 (71.09% from 255) = 60.94%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 32.32%
G = 60.94%
B = 6.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#60B514 (or 0x60B514) is known color: Kelly Green. HEX triplet: 60, B5 and 14. RGB value is (96,181,20). Sum of RGB (Red+Green+Blue) = 96+181+20=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #60B514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60B514 is #9F4AEB. Grayscale: #898989. Windows color (decimal): -10439404 or 1357152. OLE color: 1357152.

HSL color Cylindrical-coordinate representation of color #60B514: hue angle of 91.68º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60B514 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 181 20 -
CMYK 0.47 0 0.89 0.29
HSL 91.68º 0.8% 0.39% -
HSV(B) 91.68º 0.89% 0.71% -
XYZ 21.47 35.59 6.4 -
YUV 137.23 61.84 98.59 -
System Red Green Blue C M Y K H S L
Decimal 96 181 20 0.47 0 0.89 0.29 91.68 0.8 0.39
Hex 60 B5 14 2F 0 59 1D 5C 50 27
Octal 140 265 24 57 0 131 35 134 120 47
Binary 1100000 10110101 10100 101111 0 1011001 11101 1011100 1010000 100111

Color Harmonies of #60B514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B514

Black with #60B514

Text Example


Text Example

White with #60B514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60B514; }

 p { color: rgb(96,181,20); }

 H1.HeaderClassName
 {
   color: #60B514;
 }
 .AnyTagClassName
 {
   color: #60B514;
 }
</style>

background-color css

<style>
 a { background-color: #60B514; }

 a { background-color: rgb(96,181,20); }

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

border-color css

<style>
 span { border-color: #60B514; }

 span { border-color: rgb(96,181,20); }

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