Html Css Color HEX #7DC904 Lima

📋 copy color: '#7DC904'

red 125 ◦ green 201 ◦ blue 4

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

Shades of Lima #7DC904

Tints of Lima #7DC904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.21%

R = 37.88%
G = 60.91%
B = 1.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#7DC904 (or 0x7DC904) is known color: Lima. HEX triplet: 7D, C9 and 04. RGB value is (125,201,4). Sum of RGB (Red+Green+Blue) = 125+201+4=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 201 (78.91% from 255 or 60.91% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC904 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC904 is #8236FB. Grayscale: #9C9C9C. Windows color (decimal): -8533756 or 313725. OLE color: 313725.

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

Color convert

RGB 125 201 4 -
CMYK 0.38 0 0.98 0.21
HSL 83.15º 0.96% 0.4% -
HSV(B) 83.15º 0.98% 0.79% -
XYZ 29.37 46.14 7.47 -
YUV 155.82 42.32 106.02 -
System Red Green Blue C M Y K H S L
Decimal 125 201 4 0.38 0 0.98 0.21 83.15 0.96 0.4
Hex 7D C9 4 26 0 62 15 53 60 28
Octal 175 311 4 46 0 142 25 123 140 50
Binary 1111101 11001001 100 100110 0 1100010 10101 1010011 1100000 101000

Color Harmonies of #7DC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC904

Black with #7DC904

Text Example


Text Example

White with #7DC904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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