Html Css Color HEX #5FBB32 Apple

📋 copy color: '#5FBB32'

red 95 ◦ green 187 ◦ blue 50

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

Shades of Apple #5FBB32

Tints of Apple #5FBB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 28.61%
G = 56.33%
B = 15.06%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#5FBB32 (or 0x5FBB32) is known color: Apple. HEX triplet: 5F, BB and 32. RGB value is (95,187,50). Sum of RGB (Red+Green+Blue) = 95+187+50=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBB32 is #A044CD. Grayscale: #909090. Windows color (decimal): -10503374 or 3324767. OLE color: 3324767.

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

Color convert

RGB 95 187 50 -
CMYK 0.49 0 0.73 0.27
HSL 100.29º 0.58% 0.46% -
HSV(B) 100.29º 0.73% 0.73% -
XYZ 23.07 38.2 9.18 -
YUV 143.87 75.02 93.14 -
System Red Green Blue C M Y K H S L
Decimal 95 187 50 0.49 0 0.73 0.27 100.29 0.58 0.46
Hex 5F BB 32 31 0 49 1B 64 3A 2E
Octal 137 273 62 61 0 111 33 144 72 56
Binary 1011111 10111011 110010 110001 0 1001001 11011 1100100 111010 101110

Color Harmonies of #5FBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBB32

Black with #5FBB32

Text Example


Text Example

White with #5FBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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