Html Css Color HEX #5FBF30 Apple

📋 copy color: '#5FBF30'

red 95 ◦ green 191 ◦ blue 48

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

Shades of Apple #5FBF30

Tints of Apple #5FBF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 28.44%
G = 57.19%
B = 14.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#5FBF30 (or 0x5FBF30) is known color: Apple. HEX triplet: 5F, BF and 30. RGB value is (95,191,48). Sum of RGB (Red+Green+Blue) = 95+191+48=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBF30 is #A040CF. Grayscale: #929292. Windows color (decimal): -10502352 or 3194719. OLE color: 3194719.

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

Color convert

RGB 95 191 48 -
CMYK 0.50 0 0.75 0.25
HSL 100.28º 0.6% 0.47% -
HSV(B) 100.28º 0.75% 0.75% -
XYZ 23.88 39.91 9.24 -
YUV 145.99 72.7 91.63 -
System Red Green Blue C M Y K H S L
Decimal 95 191 48 0.50 0 0.75 0.25 100.28 0.6 0.47
Hex 5F BF 30 32 0 4B 19 64 3C 2F
Octal 137 277 60 62 0 113 31 144 74 57
Binary 1011111 10111111 110000 110010 0 1001011 11001 1100100 111100 101111

Color Harmonies of #5FBF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBF30

Black with #5FBF30

Text Example


Text Example

White with #5FBF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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