Html Css Color HEX #5FDA34 Apple

📋 copy color: '#5FDA34'

red 95 ◦ green 218 ◦ blue 52

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

Shades of Apple #5FDA34

Tints of Apple #5FDA34

RGB

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

 GREEN value IS 218 (85.55% from 255) = 59.73%

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 26.03%
G = 59.73%
B = 14.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#5FDA34 (or 0x5FDA34) is known color: Apple. HEX triplet: 5F, DA and 34. RGB value is (95,218,52). Sum of RGB (Red+Green+Blue) = 95+218+52=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDA34 is #A025CB. Grayscale: #A2A2A2. Windows color (decimal): -10495436 or 3463775. OLE color: 3463775.

HSL color Cylindrical-coordinate representation of color #5FDA34: hue angle of 104.46º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5FDA34 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 218 52 -
CMYK 0.56 0 0.76 0.15
HSL 104.46º 0.69% 0.53% -
HSV(B) 104.46º 0.76% 0.85% -
XYZ 30.41 52.82 11.84 -
YUV 162.3 65.75 80 -
System Red Green Blue C M Y K H S L
Decimal 95 218 52 0.56 0 0.76 0.15 104.46 0.69 0.53
Hex 5F DA 34 38 0 4C F 68 45 35
Octal 137 332 64 70 0 114 17 150 105 65
Binary 1011111 11011010 110100 111000 0 1001100 1111 1101000 1000101 110101

Color Harmonies of #5FDA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDA34

Black with #5FDA34

Text Example


Text Example

White with #5FDA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,218,52); }

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

background-color css

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

 a { background-color: rgb(95,218,52); }

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

border-color css

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

 span { border-color: rgb(95,218,52); }

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