Html Css Color HEX #5FC232 Apple

📋 copy color: '#5FC232'

red 95 ◦ green 194 ◦ blue 50

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

Shades of Apple #5FC232

Tints of Apple #5FC232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.23%

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

R = 28.02%
G = 57.23%
B = 14.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#5FC232 (or 0x5FC232) is known color: Apple. HEX triplet: 5F, C2 and 32. RGB value is (95,194,50). Sum of RGB (Red+Green+Blue) = 95+194+50=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC232 is #A03DCD. Grayscale: #949494. Windows color (decimal): -10501582 or 3326559. OLE color: 3326559.

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

Color convert

RGB 95 194 50 -
CMYK 0.51 0 0.74 0.24
HSL 101.25º 0.59% 0.48% -
HSV(B) 101.25º 0.74% 0.76% -
XYZ 24.59 41.25 9.68 -
YUV 147.98 72.7 90.21 -
System Red Green Blue C M Y K H S L
Decimal 95 194 50 0.51 0 0.74 0.24 101.25 0.59 0.48
Hex 5F C2 32 33 0 4A 18 65 3B 30
Octal 137 302 62 63 0 112 30 145 73 60
Binary 1011111 11000010 110010 110011 0 1001010 11000 1100101 111011 110000

Color Harmonies of #5FC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC232

Black with #5FC232

Text Example


Text Example

White with #5FC232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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