Html Css Color HEX #7DC908 Lima

📋 copy color: '#7DC908'

red 125 ◦ green 201 ◦ blue 8

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

Shades of Lima #7DC908

Tints of Lima #7DC908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.18%

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

R = 37.43%
G = 60.18%
B = 2.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#7DC908 (or 0x7DC908) is known color: Lima. HEX triplet: 7D, C9 and 08. RGB value is (125,201,8). Sum of RGB (Red+Green+Blue) = 125+201+8=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC908 is #8236F7. Grayscale: #9C9C9C. Windows color (decimal): -8533752 or 575869. OLE color: 575869.

HSL color Cylindrical-coordinate representation of color #7DC908: hue angle of 83.63º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DC908 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 201 8 -
CMYK 0.38 0 0.96 0.21
HSL 83.63º 0.92% 0.41% -
HSV(B) 83.63º 0.96% 0.79% -
XYZ 29.39 46.15 7.59 -
YUV 156.27 44.32 105.69 -
System Red Green Blue C M Y K H S L
Decimal 125 201 8 0.38 0 0.96 0.21 83.63 0.92 0.41
Hex 7D C9 8 26 0 60 15 54 5C 29
Octal 175 311 10 46 0 140 25 124 134 51
Binary 1111101 11001001 1000 100110 0 1100000 10101 1010100 1011100 101001

Color Harmonies of #7DC908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC908

Black with #7DC908

Text Example


Text Example

White with #7DC908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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