Html Css Color HEX #5FE135 Apple

📋 copy color: '#5FE135'

red 95 ◦ green 225 ◦ blue 53

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

Shades of Apple #5FE135

Tints of Apple #5FE135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.21%

R = 25.47%
G = 60.32%
B = 14.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#5FE135 (or 0x5FE135) is known color: Apple. HEX triplet: 5F, E1 and 35. RGB value is (95,225,53). Sum of RGB (Red+Green+Blue) = 95+225+53=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE135 is #A01ECA. Grayscale: #A7A7A7. Windows color (decimal): -10493643 or 3531103. OLE color: 3531103.

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

Color convert

RGB 95 225 53 -
CMYK 0.58 0 0.76 0.12
HSL 105.35º 0.74% 0.55% -
HSV(B) 105.35º 0.76% 0.88% -
XYZ 32.29 56.54 12.58 -
YUV 166.52 63.93 76.99 -
System Red Green Blue C M Y K H S L
Decimal 95 225 53 0.58 0 0.76 0.12 105.35 0.74 0.55
Hex 5F E1 35 3A 0 4C C 69 4A 37
Octal 137 341 65 72 0 114 14 151 112 67
Binary 1011111 11100001 110101 111010 0 1001100 1100 1101001 1001010 110111

Color Harmonies of #5FE135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE135

Black with #5FE135

Text Example


Text Example

White with #5FE135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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