Html Css Color HEX #5BD448 Apple

📋 copy color: '#5BD448'

red 91 ◦ green 212 ◦ blue 72

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

Shades of Apple #5BD448

Tints of Apple #5BD448

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.53%

 BLUE value IS 72 (28.52% from 255) = 19.2%

R = 24.27%
G = 56.53%
B = 19.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#5BD448 (or 0x5BD448) is known color: Apple. HEX triplet: 5B, D4 and 48. RGB value is (91,212,72). Sum of RGB (Red+Green+Blue) = 91+212+72=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #5BD448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD448 is #A42BB7. Grayscale: #A0A0A0. Windows color (decimal): -10759096 or 4772955. OLE color: 4772955.

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

Color convert

RGB 91 212 72 -
CMYK 0.57 0 0.66 0.17
HSL 111.86º 0.62% 0.56% -
HSV(B) 111.86º 0.66% 0.83% -
XYZ 29.03 49.78 14.21 -
YUV 159.86 78.41 78.88 -
System Red Green Blue C M Y K H S L
Decimal 91 212 72 0.57 0 0.66 0.17 111.86 0.62 0.56
Hex 5B D4 48 39 0 42 11 70 3E 38
Octal 133 324 110 71 0 102 21 160 76 70
Binary 1011011 11010100 1001000 111001 0 1000010 10001 1110000 111110 111000

Color Harmonies of #5BD448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD448

Black with #5BD448

Text Example


Text Example

White with #5BD448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,212,72); }

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

background-color css

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

 a { background-color: rgb(91,212,72); }

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

border-color css

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

 span { border-color: rgb(91,212,72); }

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