Html Css Color HEX #5FBB2A Kelly Green

📋 copy color: '#5FBB2A'

red 95 ◦ green 187 ◦ blue 42

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

Shades of Kelly Green #5FBB2A

Tints of Kelly Green #5FBB2A

RGB

 RED value IS 95 (37.5% from 255) = 29.32%

 GREEN value IS 187 (73.44% from 255) = 57.72%

 BLUE value IS 42 (16.8% from 255) = 12.96%

R = 29.32%
G = 57.72%
B = 12.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#5FBB2A (or 0x5FBB2A) is known color: Kelly Green. HEX triplet: 5F, BB and 2A. RGB value is (95,187,42). Sum of RGB (Red+Green+Blue) = 95+187+42=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBB2A is #A044D5. Grayscale: #8F8F8F. Windows color (decimal): -10503382 or 2800479. OLE color: 2800479.

HSL color Cylindrical-coordinate representation of color #5FBB2A: hue angle of 98.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FBB2A is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 187 42 -
CMYK 0.49 0 0.78 0.27
HSL 98.07º 0.63% 0.45% -
HSV(B) 98.07º 0.78% 0.73% -
XYZ 22.91 38.14 8.35 -
YUV 142.96 71.02 93.79 -
System Red Green Blue C M Y K H S L
Decimal 95 187 42 0.49 0 0.78 0.27 98.07 0.63 0.45
Hex 5F BB 2A 31 0 4E 1B 62 3F 2D
Octal 137 273 52 61 0 116 33 142 77 55
Binary 1011111 10111011 101010 110001 0 1001110 11011 1100010 111111 101101

Color Harmonies of #5FBB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBB2A

Black with #5FBB2A

Text Example


Text Example

White with #5FBB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FBB2A; }

 p { color: rgb(95,187,42); }

 H1.HeaderClassName
 {
   color: #5FBB2A;
 }
 .AnyTagClassName
 {
   color: #5FBB2A;
 }
</style>

background-color css

<style>
 a { background-color: #5FBB2A; }

 a { background-color: rgb(95,187,42); }

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

border-color css

<style>
 span { border-color: #5FBB2A; }

 span { border-color: rgb(95,187,42); }

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