Html Css Color HEX #7DC309 Lima

📋 copy color: '#7DC309'

red 125 ◦ green 195 ◦ blue 9

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

Shades of Lima #7DC309

Tints of Lima #7DC309

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.27%

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 37.99%
G = 59.27%
B = 2.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#7DC309 (or 0x7DC309) is known color: Lima. HEX triplet: 7D, C3 and 09. RGB value is (125,195,9). Sum of RGB (Red+Green+Blue) = 125+195+9=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC309 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC309 is #823CF6. Grayscale: #999999. Windows color (decimal): -8535287 or 639869. OLE color: 639869.

HSL color Cylindrical-coordinate representation of color #7DC309: hue angle of 82.58º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DC309 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 195 9 -
CMYK 0.36 0 0.95 0.24
HSL 82.58º 0.91% 0.4% -
HSV(B) 82.58º 0.95% 0.76% -
XYZ 28.02 43.41 7.16 -
YUV 152.87 46.81 108.12 -
System Red Green Blue C M Y K H S L
Decimal 125 195 9 0.36 0 0.95 0.24 82.58 0.91 0.4
Hex 7D C3 9 24 0 5F 18 53 5B 28
Octal 175 303 11 44 0 137 30 123 133 50
Binary 1111101 11000011 1001 100100 0 1011111 11000 1010011 1011011 101000

Color Harmonies of #7DC309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC309

Black with #7DC309

Text Example


Text Example

White with #7DC309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,195,9); }

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

background-color css

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

 a { background-color: rgb(125,195,9); }

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

border-color css

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

 span { border-color: rgb(125,195,9); }

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