Html Css Color HEX #54B94A Apple

📋 copy color: '#54B94A'

red 84 ◦ green 185 ◦ blue 74

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

Shades of Apple #54B94A

Tints of Apple #54B94A

RGB

 RED value IS 84 (33.2% from 255) = 24.49%

 GREEN value IS 185 (72.66% from 255) = 53.94%

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

R = 24.49%
G = 53.94%
B = 21.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#54B94A (or 0x54B94A) is known color: Apple. HEX triplet: 54, B9 and 4A. RGB value is (84,185,74). Sum of RGB (Red+Green+Blue) = 84+185+74=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #54B94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54B94A is #AB46B5. Grayscale: #8E8E8E. Windows color (decimal): -11224758 or 4897108. OLE color: 4897108.

HSL color Cylindrical-coordinate representation of color #54B94A: hue angle of 114.59º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54B94A is Cyan = 0.55, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 185 74 -
CMYK 0.55 0 0.6 0.27
HSL 114.59º 0.44% 0.51% -
HSV(B) 114.59º 0.6% 0.73% -
XYZ 22.24 37.08 12.46 -
YUV 142.15 89.54 86.53 -
System Red Green Blue C M Y K H S L
Decimal 84 185 74 0.55 0 0.6 0.27 114.59 0.44 0.51
Hex 54 B9 4A 37 0 3C 1B 73 2C 33
Octal 124 271 112 67 0 74 33 163 54 63
Binary 1010100 10111001 1001010 110111 0 111100 11011 1110011 101100 110011

Color Harmonies of #54B94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B94A

Black with #54B94A

Text Example


Text Example

White with #54B94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54B94A; }

 p { color: rgb(84,185,74); }

 H1.HeaderClassName
 {
   color: #54B94A;
 }
 .AnyTagClassName
 {
   color: #54B94A;
 }
</style>

background-color css

<style>
 a { background-color: #54B94A; }

 a { background-color: rgb(84,185,74); }

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

border-color css

<style>
 span { border-color: #54B94A; }

 span { border-color: rgb(84,185,74); }

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