Html Css Color HEX #5FE13D Apple

📋 copy color: '#5FE13D'

red 95 ◦ green 225 ◦ blue 61

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

Shades of Apple #5FE13D

Tints of Apple #5FE13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 59.06%

 BLUE value IS 61 (24.22% from 255) = 16.01%

R = 24.93%
G = 59.06%
B = 16.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#5FE13D (or 0x5FE13D) is known color: Apple. HEX triplet: 5F, E1 and 3D. RGB value is (95,225,61). Sum of RGB (Red+Green+Blue) = 95+225+61=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 225 (88.28% from 255 or 59.06% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE13D is #A01EC2. Grayscale: #A7A7A7. Windows color (decimal): -10493635 or 4055391. OLE color: 4055391.

HSL color Cylindrical-coordinate representation of color #5FE13D: hue angle of 107.56º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FE13D is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 95 225 61 -
CMYK 0.58 0 0.73 0.12
HSL 107.56º 0.73% 0.56% -
HSV(B) 107.56º 0.73% 0.88% -
XYZ 32.49 56.62 13.63 -
YUV 167.43 67.93 76.34 -
System Red Green Blue C M Y K H S L
Decimal 95 225 61 0.58 0 0.73 0.12 107.56 0.73 0.56
Hex 5F E1 3D 3A 0 49 C 6C 49 38
Octal 137 341 75 72 0 111 14 154 111 70
Binary 1011111 11100001 111101 111010 0 1001001 1100 1101100 1001001 111000

Color Harmonies of #5FE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE13D

Black with #5FE13D

Text Example


Text Example

White with #5FE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,225,61); }

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

background-color css

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

 a { background-color: rgb(95,225,61); }

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

border-color css

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

 span { border-color: rgb(95,225,61); }

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