Html Css Color HEX #7DC008 Lima

📋 copy color: '#7DC008'

red 125 ◦ green 192 ◦ blue 8

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

Shades of Lima #7DC008

Tints of Lima #7DC008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.08%

 BLUE value IS 8 (3.52% from 255) = 2.46%

R = 38.46%
G = 59.08%
B = 2.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#7DC008 (or 0x7DC008) is known color: Lima. HEX triplet: 7D, C0 and 08. RGB value is (125,192,8). Sum of RGB (Red+Green+Blue) = 125+192+8=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC008 is #823FF7. Grayscale: #979797. Windows color (decimal): -8536056 or 573565. OLE color: 573565.

HSL color Cylindrical-coordinate representation of color #7DC008: hue angle of 81.85º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DC008 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 8 -
CMYK 0.35 0 0.96 0.25
HSL 81.85º 0.92% 0.39% -
HSV(B) 81.85º 0.96% 0.75% -
XYZ 27.35 42.08 6.91 -
YUV 150.99 47.3 109.46 -
System Red Green Blue C M Y K H S L
Decimal 125 192 8 0.35 0 0.96 0.25 81.85 0.92 0.39
Hex 7D C0 8 23 0 60 19 52 5C 27
Octal 175 300 10 43 0 140 31 122 134 47
Binary 1111101 11000000 1000 100011 0 1100000 11001 1010010 1011100 100111

Color Harmonies of #7DC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC008

Black with #7DC008

Text Example


Text Example

White with #7DC008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,8); }

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

background-color css

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

 a { background-color: rgb(125,192,8); }

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

border-color css

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

 span { border-color: rgb(125,192,8); }

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