Html Css Color HEX #5FB830 Apple

📋 copy color: '#5FB830'

red 95 ◦ green 184 ◦ blue 48

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

Shades of Apple #5FB830

Tints of Apple #5FB830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.27%

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

R = 29.05%
G = 56.27%
B = 14.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#5FB830 (or 0x5FB830) is known color: Apple. HEX triplet: 5F, B8 and 30. RGB value is (95,184,48). Sum of RGB (Red+Green+Blue) = 95+184+48=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 184 (72.27% from 255 or 56.27% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB830 is #A047CF. Grayscale: #8E8E8E. Windows color (decimal): -10504144 or 3192927. OLE color: 3192927.

HSL color Cylindrical-coordinate representation of color #5FB830: hue angle of 99.26º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FB830 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 95 184 48 -
CMYK 0.48 0 0.74 0.28
HSL 99.26º 0.59% 0.45% -
HSV(B) 99.26º 0.74% 0.72% -
XYZ 22.39 36.93 8.74 -
YUV 141.89 75.01 94.56 -
System Red Green Blue C M Y K H S L
Decimal 95 184 48 0.48 0 0.74 0.28 99.26 0.59 0.45
Hex 5F B8 30 30 0 4A 1C 63 3B 2D
Octal 137 270 60 60 0 112 34 143 73 55
Binary 1011111 10111000 110000 110000 0 1001010 11100 1100011 111011 101101

Color Harmonies of #5FB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB830

Black with #5FB830

Text Example


Text Example

White with #5FB830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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