Html Css Color HEX #5FC331 Apple

📋 copy color: '#5FC331'

red 95 ◦ green 195 ◦ blue 49

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

Shades of Apple #5FC331

Tints of Apple #5FC331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.52%

 BLUE value IS 49 (19.53% from 255) = 14.45%

R = 28.02%
G = 57.52%
B = 14.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#5FC331 (or 0x5FC331) is known color: Apple. HEX triplet: 5F, C3 and 31. RGB value is (95,195,49). Sum of RGB (Red+Green+Blue) = 95+195+49=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC331 is #A03CCE. Grayscale: #949494. Windows color (decimal): -10501327 or 3261279. OLE color: 3261279.

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

Color convert

RGB 95 195 49 -
CMYK 0.51 0 0.75 0.24
HSL 101.1º 0.6% 0.48% -
HSV(B) 101.1º 0.75% 0.76% -
XYZ 24.79 41.68 9.65 -
YUV 148.46 71.87 89.87 -
System Red Green Blue C M Y K H S L
Decimal 95 195 49 0.51 0 0.75 0.24 101.1 0.6 0.48
Hex 5F C3 31 33 0 4B 18 65 3C 30
Octal 137 303 61 63 0 113 30 145 74 60
Binary 1011111 11000011 110001 110011 0 1001011 11000 1100101 111100 110000

Color Harmonies of #5FC331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC331

Black with #5FC331

Text Example


Text Example

White with #5FC331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,195,49); }

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

background-color css

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

 a { background-color: rgb(95,195,49); }

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

border-color css

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

 span { border-color: rgb(95,195,49); }

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