Html Css Color HEX #60BC04 Kelly Green

📋 copy color: '#60BC04'

red 96 ◦ green 188 ◦ blue 4

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

Shades of Kelly Green #60BC04

Tints of Kelly Green #60BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 65.28%

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 33.33%
G = 65.28%
B = 1.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#60BC04 (or 0x60BC04) is known color: Kelly Green. HEX triplet: 60, BC and 04. RGB value is (96,188,4). Sum of RGB (Red+Green+Blue) = 96+188+4=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BC04 is #9F43FB. Grayscale: #8C8C8C. Windows color (decimal): -10437628 or 310368. OLE color: 310368.

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

Color convert

RGB 96 188 4 -
CMYK 0.49 0 0.98 0.26
HSL 90º 0.96% 0.38% -
HSV(B) 90º 0.98% 0.74% -
XYZ 22.83 38.46 6.34 -
YUV 139.52 51.52 96.96 -
System Red Green Blue C M Y K H S L
Decimal 96 188 4 0.49 0 0.98 0.26 90 0.96 0.38
Hex 60 BC 4 31 0 62 1A 5A 60 26
Octal 140 274 4 61 0 142 32 132 140 46
Binary 1100000 10111100 100 110001 0 1100010 11010 1011010 1100000 100110

Color Harmonies of #60BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BC04

Black with #60BC04

Text Example


Text Example

White with #60BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,188,4); }

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

background-color css

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

 a { background-color: rgb(96,188,4); }

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

border-color css

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

 span { border-color: rgb(96,188,4); }

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