Html Css Color HEX #5FE338 Apple

📋 copy color: '#5FE338'

red 95 ◦ green 227 ◦ blue 56

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

Shades of Apple #5FE338

Tints of Apple #5FE338

RGB

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

 GREEN value IS 227 (89.06% from 255) = 60.05%

 BLUE value IS 56 (22.27% from 255) = 14.81%

R = 25.13%
G = 60.05%
B = 14.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#5FE338 (or 0x5FE338) is known color: Apple. HEX triplet: 5F, E3 and 38. RGB value is (95,227,56). Sum of RGB (Red+Green+Blue) = 95+227+56=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 227 (89.06% from 255 or 60.05% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE338 is #A01CC7. Grayscale: #A8A8A8. Windows color (decimal): -10493128 or 3728223. OLE color: 3728223.

HSL color Cylindrical-coordinate representation of color #5FE338: hue angle of 106.32º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FE338 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 95 227 56 -
CMYK 0.58 0 0.75 0.11
HSL 106.32º 0.75% 0.55% -
HSV(B) 106.32º 0.75% 0.89% -
XYZ 32.9 57.66 13.14 -
YUV 168.04 64.77 75.9 -
System Red Green Blue C M Y K H S L
Decimal 95 227 56 0.58 0 0.75 0.11 106.32 0.75 0.55
Hex 5F E3 38 3A 0 4B B 6A 4B 37
Octal 137 343 70 72 0 113 13 152 113 67
Binary 1011111 11100011 111000 111010 0 1001011 1011 1101010 1001011 110111

Color Harmonies of #5FE338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE338

Black with #5FE338

Text Example


Text Example

White with #5FE338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,227,56); }

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

background-color css

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

 a { background-color: rgb(95,227,56); }

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

border-color css

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

 span { border-color: rgb(95,227,56); }

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