Html Css Color HEX #5FBF2B Kelly Green

📋 copy color: '#5FBF2B'

red 95 ◦ green 191 ◦ blue 43

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

Shades of Kelly Green #5FBF2B

Tints of Kelly Green #5FBF2B

RGB

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

 GREEN value IS 191 (75% from 255) = 58.05%

 BLUE value IS 43 (17.19% from 255) = 13.07%

R = 28.88%
G = 58.05%
B = 13.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#5FBF2B (or 0x5FBF2B) is known color: Kelly Green. HEX triplet: 5F, BF and 2B. RGB value is (95,191,43). Sum of RGB (Red+Green+Blue) = 95+191+43=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBF2B is #A040D4. Grayscale: #919191. Windows color (decimal): -10502357 or 2867039. OLE color: 2867039.

HSL color Cylindrical-coordinate representation of color #5FBF2B: hue angle of 98.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FBF2B is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 191 43 -
CMYK 0.50 0 0.77 0.25
HSL 98.92º 0.63% 0.46% -
HSV(B) 98.92º 0.77% 0.75% -
XYZ 23.79 39.87 8.73 -
YUV 145.42 70.2 92.03 -
System Red Green Blue C M Y K H S L
Decimal 95 191 43 0.50 0 0.77 0.25 98.92 0.63 0.46
Hex 5F BF 2B 32 0 4D 19 63 3F 2E
Octal 137 277 53 62 0 115 31 143 77 56
Binary 1011111 10111111 101011 110010 0 1001101 11001 1100011 111111 101110

Color Harmonies of #5FBF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBF2B

Black with #5FBF2B

Text Example


Text Example

White with #5FBF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,191,43); }

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

background-color css

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

 a { background-color: rgb(95,191,43); }

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

border-color css

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

 span { border-color: rgb(95,191,43); }

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