Html Css Color HEX #5FC033 Apple

📋 copy color: '#5FC033'

red 95 ◦ green 192 ◦ blue 51

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

Shades of Apple #5FC033

Tints of Apple #5FC033

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.8%

 BLUE value IS 51 (20.31% from 255) = 15.09%

R = 28.11%
G = 56.8%
B = 15.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#5FC033 (or 0x5FC033) is known color: Apple. HEX triplet: 5F, C0 and 33. RGB value is (95,192,51). Sum of RGB (Red+Green+Blue) = 95+192+51=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC033 is #A03FCC. Grayscale: #939393. Windows color (decimal): -10502093 or 3391583. OLE color: 3391583.

HSL color Cylindrical-coordinate representation of color #5FC033: hue angle of 101.28º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FC033 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 192 51 -
CMYK 0.51 0 0.73 0.25
HSL 101.28º 0.58% 0.48% -
HSV(B) 101.28º 0.73% 0.75% -
XYZ 24.17 40.37 9.65 -
YUV 146.92 73.86 90.96 -
System Red Green Blue C M Y K H S L
Decimal 95 192 51 0.51 0 0.73 0.25 101.28 0.58 0.48
Hex 5F C0 33 33 0 49 19 65 3A 30
Octal 137 300 63 63 0 111 31 145 72 60
Binary 1011111 11000000 110011 110011 0 1001001 11001 1100101 111010 110000

Color Harmonies of #5FC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC033

Black with #5FC033

Text Example


Text Example

White with #5FC033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,192,51); }

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

background-color css

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

 a { background-color: rgb(95,192,51); }

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

border-color css

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

 span { border-color: rgb(95,192,51); }

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