Html Css Color HEX #7DB207 Lima

📋 copy color: '#7DB207'

red 125 ◦ green 178 ◦ blue 7

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

Shades of Lima #7DB207

Tints of Lima #7DB207

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.42%

 BLUE value IS 7 (3.13% from 255) = 2.26%

R = 40.32%
G = 57.42%
B = 2.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#7DB207 (or 0x7DB207) is known color: Lima. HEX triplet: 7D, B2 and 07. RGB value is (125,178,7). Sum of RGB (Red+Green+Blue) = 125+178+7=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB207 is #824DF8. Grayscale: #8F8F8F. Windows color (decimal): -8539641 or 504445. OLE color: 504445.

HSL color Cylindrical-coordinate representation of color #7DB207: hue angle of 78.6º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DB207 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 178 7 -
CMYK 0.30 0 0.96 0.30
HSL 78.6º 0.92% 0.36% -
HSV(B) 78.6º 0.96% 0.7% -
XYZ 24.42 36.22 5.9 -
YUV 142.66 51.44 115.4 -
System Red Green Blue C M Y K H S L
Decimal 125 178 7 0.30 0 0.96 0.30 78.6 0.92 0.36
Hex 7D B2 7 1E 0 60 1E 4F 5C 24
Octal 175 262 7 36 0 140 36 117 134 44
Binary 1111101 10110010 111 11110 0 1100000 11110 1001111 1011100 100100

Color Harmonies of #7DB207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB207

Black with #7DB207

Text Example


Text Example

White with #7DB207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,178,7); }

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

background-color css

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

 a { background-color: rgb(125,178,7); }

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

border-color css

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

 span { border-color: rgb(125,178,7); }

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