Html Css Color HEX #5FC230 Apple

📋 copy color: '#5FC230'

red 95 ◦ green 194 ◦ blue 48

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

Shades of Apple #5FC230

Tints of Apple #5FC230

RGB

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

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

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

R = 28.19%
G = 57.57%
B = 14.24%

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

#5FC230 (or 0x5FC230) is known color: Apple. HEX triplet: 5F, C2 and 30. RGB value is (95,194,48). Sum of RGB (Red+Green+Blue) = 95+194+48=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC230 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC230 is #A03DCF. Grayscale: #949494. Windows color (decimal): -10501584 or 3195487. OLE color: 3195487.

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

Color convert

RGB 95 194 48 -
CMYK 0.51 0 0.75 0.24
HSL 100.68º 0.6% 0.47% -
HSV(B) 100.68º 0.75% 0.76% -
XYZ 24.54 41.23 9.46 -
YUV 147.76 71.7 90.37 -
System Red Green Blue C M Y K H S L
Decimal 95 194 48 0.51 0 0.75 0.24 100.68 0.6 0.47
Hex 5F C2 30 33 0 4B 18 65 3C 2F
Octal 137 302 60 63 0 113 30 145 74 57
Binary 1011111 11000010 110000 110011 0 1001011 11000 1100101 111100 101111

Color Harmonies of #5FC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC230

Black with #5FC230

Text Example


Text Example

White with #5FC230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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