Html Css Color HEX #5BD94A Apple

📋 copy color: '#5BD94A'

red 91 ◦ green 217 ◦ blue 74

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

Shades of Apple #5BD94A

Tints of Apple #5BD94A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.81%

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

R = 23.82%
G = 56.81%
B = 19.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#5BD94A (or 0x5BD94A) is known color: Apple. HEX triplet: 5B, D9 and 4A. RGB value is (91,217,74). Sum of RGB (Red+Green+Blue) = 91+217+74=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 217 (85.16% from 255 or 56.81% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD94A is #A426B5. Grayscale: #A3A3A3. Windows color (decimal): -10757814 or 4905307. OLE color: 4905307.

HSL color Cylindrical-coordinate representation of color #5BD94A: hue angle of 112.87º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BD94A is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 217 74 -
CMYK 0.58 0 0.66 0.15
HSL 112.87º 0.65% 0.57% -
HSV(B) 112.87º 0.66% 0.85% -
XYZ 30.36 52.34 14.98 -
YUV 163.02 77.76 76.63 -
System Red Green Blue C M Y K H S L
Decimal 91 217 74 0.58 0 0.66 0.15 112.87 0.65 0.57
Hex 5B D9 4A 3A 0 42 F 71 41 39
Octal 133 331 112 72 0 102 17 161 101 71
Binary 1011011 11011001 1001010 111010 0 1000010 1111 1110001 1000001 111001

Color Harmonies of #5BD94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD94A

Black with #5BD94A

Text Example


Text Example

White with #5BD94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,217,74); }

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

background-color css

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

 a { background-color: rgb(91,217,74); }

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

border-color css

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

 span { border-color: rgb(91,217,74); }

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