Html Css Color HEX #77BF38 Apple

📋 copy color: '#77BF38'

red 119 ◦ green 191 ◦ blue 56

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

Shades of Apple #77BF38

Tints of Apple #77BF38

RGB

 RED value IS 119 (46.88% from 255) = 32.51%

 GREEN value IS 191 (75% from 255) = 52.19%

 BLUE value IS 56 (22.27% from 255) = 15.3%

R = 32.51%
G = 52.19%
B = 15.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#77BF38 (or 0x77BF38) is known color: Apple. HEX triplet: 77, BF and 38. RGB value is (119,191,56). Sum of RGB (Red+Green+Blue) = 119+191+56=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BF38 is #8840C7. Grayscale: #9A9A9A. Windows color (decimal): -8929480 or 3719031. OLE color: 3719031.

HSL color Cylindrical-coordinate representation of color #77BF38: hue angle of 92º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77BF38 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 191 56 -
CMYK 0.38 0 0.71 0.25
HSL 92º 0.55% 0.48% -
HSV(B) 92º 0.71% 0.75% -
XYZ 26.95 41.47 10.33 -
YUV 154.08 72.65 102.98 -
System Red Green Blue C M Y K H S L
Decimal 119 191 56 0.38 0 0.71 0.25 92 0.55 0.48
Hex 77 BF 38 26 0 47 19 5C 37 30
Octal 167 277 70 46 0 107 31 134 67 60
Binary 1110111 10111111 111000 100110 0 1000111 11001 1011100 110111 110000

Color Harmonies of #77BF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BF38

Black with #77BF38

Text Example


Text Example

White with #77BF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77BF38; }

 p { color: rgb(119,191,56); }

 H1.HeaderClassName
 {
   color: #77BF38;
 }
 .AnyTagClassName
 {
   color: #77BF38;
 }
</style>

background-color css

<style>
 a { background-color: #77BF38; }

 a { background-color: rgb(119,191,56); }

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

border-color css

<style>
 span { border-color: #77BF38; }

 span { border-color: rgb(119,191,56); }

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