Html Css Color HEX #77CD38 Apple

📋 copy color: '#77CD38'

red 119 ◦ green 205 ◦ blue 56

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

Shades of Apple #77CD38

Tints of Apple #77CD38

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.95%

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

R = 31.32%
G = 53.95%
B = 14.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#77CD38 (or 0x77CD38) is known color: Apple. HEX triplet: 77, CD and 38. RGB value is (119,205,56). Sum of RGB (Red+Green+Blue) = 119+205+56=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CD38 is #8832C7. Grayscale: #A2A2A2. Windows color (decimal): -8925896 or 3722615. OLE color: 3722615.

HSL color Cylindrical-coordinate representation of color #77CD38: hue angle of 94.63º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77CD38 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 205 56 -
CMYK 0.42 0 0.73 0.20
HSL 94.63º 0.6% 0.51% -
HSV(B) 94.63º 0.73% 0.8% -
XYZ 30.15 47.87 11.39 -
YUV 162.3 68.01 97.12 -
System Red Green Blue C M Y K H S L
Decimal 119 205 56 0.42 0 0.73 0.20 94.63 0.6 0.51
Hex 77 CD 38 2A 0 49 14 5F 3C 33
Octal 167 315 70 52 0 111 24 137 74 63
Binary 1110111 11001101 111000 101010 0 1001001 10100 1011111 111100 110011

Color Harmonies of #77CD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CD38

Black with #77CD38

Text Example


Text Example

White with #77CD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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