Html Css Color HEX #5FD74A Apple

📋 copy color: '#5FD74A'

red 95 ◦ green 215 ◦ blue 74

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

Shades of Apple #5FD74A

Tints of Apple #5FD74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.99%

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

R = 24.74%
G = 55.99%
B = 19.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#5FD74A (or 0x5FD74A) is known color: Apple. HEX triplet: 5F, D7 and 4A. RGB value is (95,215,74). Sum of RGB (Red+Green+Blue) = 95+215+74=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD74A is #A028B5. Grayscale: #A3A3A3. Windows color (decimal): -10496182 or 4904799. OLE color: 4904799.

HSL color Cylindrical-coordinate representation of color #5FD74A: hue angle of 111.06º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FD74A is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 215 74 -
CMYK 0.56 0 0.66 0.16
HSL 111.06º 0.64% 0.57% -
HSV(B) 111.06º 0.66% 0.84% -
XYZ 30.26 51.53 14.83 -
YUV 163.05 77.74 79.46 -
System Red Green Blue C M Y K H S L
Decimal 95 215 74 0.56 0 0.66 0.16 111.06 0.64 0.57
Hex 5F D7 4A 38 0 42 10 6F 40 39
Octal 137 327 112 70 0 102 20 157 100 71
Binary 1011111 11010111 1001010 111000 0 1000010 10000 1101111 1000000 111001

Color Harmonies of #5FD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD74A

Black with #5FD74A

Text Example


Text Example

White with #5FD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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