Html Css Color HEX #60BD02 Kelly Green

📋 copy color: '#60BD02'

red 96 ◦ green 189 ◦ blue 2

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

Shades of Kelly Green #60BD02

Tints of Kelly Green #60BD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 33.45%
G = 65.85%
B = 0.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#60BD02 (or 0x60BD02) is known color: Kelly Green. HEX triplet: 60, BD and 02. RGB value is (96,189,2). Sum of RGB (Red+Green+Blue) = 96+189+2=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 189 (74.22% from 255 or 65.85% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BD02 is #9F42FD. Grayscale: #8C8C8C. Windows color (decimal): -10437374 or 179552. OLE color: 179552.

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

Color convert

RGB 96 189 2 -
CMYK 0.49 0 0.99 0.26
HSL 89.84º 0.98% 0.37% -
HSV(B) 89.84º 0.99% 0.74% -
XYZ 23.03 38.89 6.35 -
YUV 139.88 50.19 96.71 -
System Red Green Blue C M Y K H S L
Decimal 96 189 2 0.49 0 0.99 0.26 89.84 0.98 0.37
Hex 60 BD 2 31 0 63 1A 5A 62 25
Octal 140 275 2 61 0 143 32 132 142 45
Binary 1100000 10111101 10 110001 0 1100011 11010 1011010 1100010 100101

Color Harmonies of #60BD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BD02

Black with #60BD02

Text Example


Text Example

White with #60BD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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