Html Css Color HEX #7DC627 Lima

📋 copy color: '#7DC627'

red 125 ◦ green 198 ◦ blue 39

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

Shades of Lima #7DC627

Tints of Lima #7DC627

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.7%

 BLUE value IS 39 (15.63% from 255) = 10.77%

R = 34.53%
G = 54.7%
B = 10.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#7DC627 (or 0x7DC627) is known color: Lima. HEX triplet: 7D, C6 and 27. RGB value is (125,198,39). Sum of RGB (Red+Green+Blue) = 125+198+39=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 198 (77.73% from 255 or 54.70% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC627 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC627 is #8239D8. Grayscale: #9E9E9E. Windows color (decimal): -8534489 or 2606717. OLE color: 2606717.

HSL color Cylindrical-coordinate representation of color #7DC627: hue angle of 87.55º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DC627 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 198 39 -
CMYK 0.37 0 0.80 0.22
HSL 87.55º 0.67% 0.46% -
HSV(B) 87.55º 0.8% 0.78% -
XYZ 29.02 44.89 9.06 -
YUV 158.05 60.82 104.43 -
System Red Green Blue C M Y K H S L
Decimal 125 198 39 0.37 0 0.80 0.22 87.55 0.67 0.46
Hex 7D C6 27 25 0 50 16 58 43 2E
Octal 175 306 47 45 0 120 26 130 103 56
Binary 1111101 11000110 100111 100101 0 1010000 10110 1011000 1000011 101110

Color Harmonies of #7DC627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC627

Black with #7DC627

Text Example


Text Example

White with #7DC627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,198,39); }

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

background-color css

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

 a { background-color: rgb(125,198,39); }

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

border-color css

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

 span { border-color: rgb(125,198,39); }

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