Html Css Color HEX #5BD952 Apple

📋 copy color: '#5BD952'

red 91 ◦ green 217 ◦ blue 82

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

Shades of Apple #5BD952

Tints of Apple #5BD952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.03%

R = 23.33%
G = 55.64%
B = 21.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#5BD952 (or 0x5BD952) is known color: Apple. HEX triplet: 5B, D9 and 52. RGB value is (91,217,82). Sum of RGB (Red+Green+Blue) = 91+217+82=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD952 is #A426AD. Grayscale: #A4A4A4. Windows color (decimal): -10757806 or 5429595. OLE color: 5429595.

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

Color convert

RGB 91 217 82 -
CMYK 0.58 0 0.62 0.15
HSL 116º 0.64% 0.59% -
HSV(B) 116º 0.62% 0.85% -
XYZ 30.65 52.46 16.49 -
YUV 163.94 81.76 75.98 -
System Red Green Blue C M Y K H S L
Decimal 91 217 82 0.58 0 0.62 0.15 116 0.64 0.59
Hex 5B D9 52 3A 0 3E F 74 40 3B
Octal 133 331 122 72 0 76 17 164 100 73
Binary 1011011 11011001 1010010 111010 0 111110 1111 1110100 1000000 111011

Color Harmonies of #5BD952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD952

Black with #5BD952

Text Example


Text Example

White with #5BD952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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