Html Css Color HEX #5BDA34 Apple

📋 copy color: '#5BDA34'

red 91 ◦ green 218 ◦ blue 52

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

Shades of Apple #5BDA34

Tints of Apple #5BDA34

RGB

 RED value IS 91 (35.94% from 255) = 25.21%

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

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

R = 25.21%
G = 60.39%
B = 14.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#5BDA34 (or 0x5BDA34) is known color: Apple. HEX triplet: 5B, DA and 34. RGB value is (91,218,52). Sum of RGB (Red+Green+Blue) = 91+218+52=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 218 (85.55% from 255 or 60.39% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDA34 is #A425CB. Grayscale: #A1A1A1. Windows color (decimal): -10757580 or 3463771. OLE color: 3463771.

HSL color Cylindrical-coordinate representation of color #5BDA34: hue angle of 105.9º 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 #5BDA34 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 218 52 -
CMYK 0.58 0 0.76 0.15
HSL 105.9º 0.69% 0.53% -
HSV(B) 105.9º 0.76% 0.85% -
XYZ 30.01 52.61 11.82 -
YUV 161.1 66.42 78 -
System Red Green Blue C M Y K H S L
Decimal 91 218 52 0.58 0 0.76 0.15 105.9 0.69 0.53
Hex 5B DA 34 3A 0 4C F 6A 45 35
Octal 133 332 64 72 0 114 17 152 105 65
Binary 1011011 11011010 110100 111010 0 1001100 1111 1101010 1000101 110101

Color Harmonies of #5BDA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDA34

Black with #5BDA34

Text Example


Text Example

White with #5BDA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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