Html Css Color HEX #7DB740 Apple

📋 copy color: '#7DB740'

red 125 ◦ green 183 ◦ blue 64

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

Shades of Apple #7DB740

Tints of Apple #7DB740

RGB

 RED value IS 125 (49.22% from 255) = 33.6%

 GREEN value IS 183 (71.88% from 255) = 49.19%

 BLUE value IS 64 (25.39% from 255) = 17.2%

R = 33.6%
G = 49.19%
B = 17.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#7DB740 (or 0x7DB740) is known color: Apple. HEX triplet: 7D, B7 and 40. RGB value is (125,183,64). Sum of RGB (Red+Green+Blue) = 125+183+64=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB740 is #8248BF. Grayscale: #989898. Windows color (decimal): -8538304 or 4241277. OLE color: 4241277.

HSL color Cylindrical-coordinate representation of color #7DB740: hue angle of 89.24º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DB740 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 64 -
CMYK 0.32 0 0.65 0.28
HSL 89.24º 0.48% 0.48% -
HSV(B) 89.24º 0.65% 0.72% -
XYZ 26.32 38.6 10.91 -
YUV 152.09 78.28 108.68 -
System Red Green Blue C M Y K H S L
Decimal 125 183 64 0.32 0 0.65 0.28 89.24 0.48 0.48
Hex 7D B7 40 20 0 41 1C 59 30 30
Octal 175 267 100 40 0 101 34 131 60 60
Binary 1111101 10110111 1000000 100000 0 1000001 11100 1011001 110000 110000

Color Harmonies of #7DB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB740

Black with #7DB740

Text Example


Text Example

White with #7DB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DB740; }

 p { color: rgb(125,183,64); }

 H1.HeaderClassName
 {
   color: #7DB740;
 }
 .AnyTagClassName
 {
   color: #7DB740;
 }
</style>

background-color css

<style>
 a { background-color: #7DB740; }

 a { background-color: rgb(125,183,64); }

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

border-color css

<style>
 span { border-color: #7DB740; }

 span { border-color: rgb(125,183,64); }

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