Html Css Color HEX #5FD44A Apple

📋 copy color: '#5FD44A'

red 95 ◦ green 212 ◦ blue 74

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

Shades of Apple #5FD44A

Tints of Apple #5FD44A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.64%

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 24.93%
G = 55.64%
B = 19.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#5FD44A (or 0x5FD44A) is known color: Apple. HEX triplet: 5F, D4 and 4A. RGB value is (95,212,74). Sum of RGB (Red+Green+Blue) = 95+212+74=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 212 (83.20% from 255 or 55.64% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD44A is #A02BB5. Grayscale: #A1A1A1. Windows color (decimal): -10496950 or 4904031. OLE color: 4904031.

HSL color Cylindrical-coordinate representation of color #5FD44A: hue angle of 110.87º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FD44A is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 95 212 74 -
CMYK 0.55 0 0.65 0.17
HSL 110.87º 0.62% 0.56% -
HSV(B) 110.87º 0.65% 0.83% -
XYZ 29.5 50.01 14.58 -
YUV 161.29 78.74 80.72 -
System Red Green Blue C M Y K H S L
Decimal 95 212 74 0.55 0 0.65 0.17 110.87 0.62 0.56
Hex 5F D4 4A 37 0 41 11 6F 3E 38
Octal 137 324 112 67 0 101 21 157 76 70
Binary 1011111 11010100 1001010 110111 0 1000001 10001 1101111 111110 111000

Color Harmonies of #5FD44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD44A

Black with #5FD44A

Text Example


Text Example

White with #5FD44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,212,74); }

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

background-color css

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

 a { background-color: rgb(95,212,74); }

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

border-color css

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

 span { border-color: rgb(95,212,74); }

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