Html Css Color HEX #5FC93F Apple

📋 copy color: '#5FC93F'

red 95 ◦ green 201 ◦ blue 63

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

Shades of Apple #5FC93F

Tints of Apple #5FC93F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.99%

 BLUE value IS 63 (25% from 255) = 17.55%

R = 26.46%
G = 55.99%
B = 17.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#5FC93F (or 0x5FC93F) is known color: Apple. HEX triplet: 5F, C9 and 3F. RGB value is (95,201,63). Sum of RGB (Red+Green+Blue) = 95+201+63=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC93F is #A036C0. Grayscale: #9A9A9A. Windows color (decimal): -10499777 or 4180319. OLE color: 4180319.

HSL color Cylindrical-coordinate representation of color #5FC93F: hue angle of 106.09º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FC93F is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 201 63 -
CMYK 0.53 0 0.69 0.21
HSL 106.09º 0.56% 0.52% -
HSV(B) 106.09º 0.69% 0.79% -
XYZ 26.5 44.57 11.91 -
YUV 153.57 76.88 86.22 -
System Red Green Blue C M Y K H S L
Decimal 95 201 63 0.53 0 0.69 0.21 106.09 0.56 0.52
Hex 5F C9 3F 35 0 45 15 6A 38 34
Octal 137 311 77 65 0 105 25 152 70 64
Binary 1011111 11001001 111111 110101 0 1000101 10101 1101010 111000 110100

Color Harmonies of #5FC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC93F

Black with #5FC93F

Text Example


Text Example

White with #5FC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,201,63); }

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

background-color css

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

 a { background-color: rgb(95,201,63); }

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

border-color css

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

 span { border-color: rgb(95,201,63); }

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