Html Css Color HEX #76CA38 Apple

📋 copy color: '#76CA38'

red 118 ◦ green 202 ◦ blue 56

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

Shades of Apple #76CA38

Tints of Apple #76CA38

RGB

 RED value IS 118 (46.48% from 255) = 31.38%

 GREEN value IS 202 (79.3% from 255) = 53.72%

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

R = 31.38%
G = 53.72%
B = 14.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#76CA38 (or 0x76CA38) is known color: Apple. HEX triplet: 76, CA and 38. RGB value is (118,202,56). Sum of RGB (Red+Green+Blue) = 118+202+56=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CA38 is #8935C7. Grayscale: #A0A0A0. Windows color (decimal): -8992200 or 3721846. OLE color: 3721846.

HSL color Cylindrical-coordinate representation of color #76CA38: hue angle of 94.52º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76CA38 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 56 -
CMYK 0.42 0 0.72 0.21
HSL 94.52º 0.58% 0.51% -
HSV(B) 94.52º 0.72% 0.79% -
XYZ 29.31 46.38 11.15 -
YUV 160.24 69.17 97.87 -
System Red Green Blue C M Y K H S L
Decimal 118 202 56 0.42 0 0.72 0.21 94.52 0.58 0.51
Hex 76 CA 38 2A 0 48 15 5F 3A 33
Octal 166 312 70 52 0 110 25 137 72 63
Binary 1110110 11001010 111000 101010 0 1001000 10101 1011111 111010 110011

Color Harmonies of #76CA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA38

Black with #76CA38

Text Example


Text Example

White with #76CA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CA38; }

 p { color: rgb(118,202,56); }

 H1.HeaderClassName
 {
   color: #76CA38;
 }
 .AnyTagClassName
 {
   color: #76CA38;
 }
</style>

background-color css

<style>
 a { background-color: #76CA38; }

 a { background-color: rgb(118,202,56); }

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

border-color css

<style>
 span { border-color: #76CA38; }

 span { border-color: rgb(118,202,56); }

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