Html Css Color HEX #7DBC3F Apple

📋 copy color: '#7DBC3F'

red 125 ◦ green 188 ◦ blue 63

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

Shades of Apple #7DBC3F

Tints of Apple #7DBC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50%

 BLUE value IS 63 (25% from 255) = 16.76%

R = 33.24%
G = 50%
B = 16.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#7DBC3F (or 0x7DBC3F) is known color: Apple. HEX triplet: 7D, BC and 3F. RGB value is (125,188,63). Sum of RGB (Red+Green+Blue) = 125+188+63=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBC3F is #8243C0. Grayscale: #9B9B9B. Windows color (decimal): -8537025 or 4177021. OLE color: 4177021.

HSL color Cylindrical-coordinate representation of color #7DBC3F: hue angle of 90.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DBC3F is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 188 63 -
CMYK 0.34 0 0.66 0.26
HSL 90.24º 0.5% 0.49% -
HSV(B) 90.24º 0.66% 0.74% -
XYZ 27.34 40.69 11.11 -
YUV 154.91 76.13 106.66 -
System Red Green Blue C M Y K H S L
Decimal 125 188 63 0.34 0 0.66 0.26 90.24 0.5 0.49
Hex 7D BC 3F 22 0 42 1A 5A 32 31
Octal 175 274 77 42 0 102 32 132 62 61
Binary 1111101 10111100 111111 100010 0 1000010 11010 1011010 110010 110001

Color Harmonies of #7DBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBC3F

Black with #7DBC3F

Text Example


Text Example

White with #7DBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,188,63); }

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

background-color css

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

 a { background-color: rgb(125,188,63); }

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

border-color css

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

 span { border-color: rgb(125,188,63); }

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