Html Css Color HEX #5FBB05 Kelly Green

📋 copy color: '#5FBB05'

red 95 ◦ green 187 ◦ blue 5

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

Shades of Kelly Green #5FBB05

Tints of Kelly Green #5FBB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 33.1%
G = 65.16%
B = 1.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#5FBB05 (or 0x5FBB05) is known color: Kelly Green. HEX triplet: 5F, BB and 05. RGB value is (95,187,5). Sum of RGB (Red+Green+Blue) = 95+187+5=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 187 (73.44% from 255 or 65.16% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBB05 is #A044FA. Grayscale: #8B8B8B. Windows color (decimal): -10503419 or 375647. OLE color: 375647.

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

Color convert

RGB 95 187 5 -
CMYK 0.49 0 0.97 0.27
HSL 90.33º 0.95% 0.38% -
HSV(B) 90.33º 0.97% 0.73% -
XYZ 22.52 37.98 6.29 -
YUV 138.74 52.52 96.8 -
System Red Green Blue C M Y K H S L
Decimal 95 187 5 0.49 0 0.97 0.27 90.33 0.95 0.38
Hex 5F BB 5 31 0 61 1B 5A 5F 26
Octal 137 273 5 61 0 141 33 132 137 46
Binary 1011111 10111011 101 110001 0 1100001 11011 1011010 1011111 100110

Color Harmonies of #5FBB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBB05

Black with #5FBB05

Text Example


Text Example

White with #5FBB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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