Html Css Color HEX #60BD1E Kelly Green

📋 copy color: '#60BD1E'

red 96 ◦ green 189 ◦ blue 30

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

Shades of Kelly Green #60BD1E

Tints of Kelly Green #60BD1E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60%

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 30.48%
G = 60%
B = 9.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#60BD1E (or 0x60BD1E) is known color: Kelly Green. HEX triplet: 60, BD and 1E. RGB value is (96,189,30). Sum of RGB (Red+Green+Blue) = 96+189+30=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BD1E is #9F42E1. Grayscale: #8F8F8F. Windows color (decimal): -10437346 or 2014560. OLE color: 2014560.

HSL color Cylindrical-coordinate representation of color #60BD1E: hue angle of 95.09º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60BD1E is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 189 30 -
CMYK 0.49 0 0.84 0.26
HSL 95.09º 0.73% 0.43% -
HSV(B) 95.09º 0.84% 0.74% -
XYZ 23.26 38.98 7.53 -
YUV 143.07 64.19 94.43 -
System Red Green Blue C M Y K H S L
Decimal 96 189 30 0.49 0 0.84 0.26 95.09 0.73 0.43
Hex 60 BD 1E 31 0 54 1A 5F 49 2B
Octal 140 275 36 61 0 124 32 137 111 53
Binary 1100000 10111101 11110 110001 0 1010100 11010 1011111 1001001 101011

Color Harmonies of #60BD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BD1E

Black with #60BD1E

Text Example


Text Example

White with #60BD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,189,30); }

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

background-color css

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

 a { background-color: rgb(96,189,30); }

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

border-color css

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

 span { border-color: rgb(96,189,30); }

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