Html Css Color HEX #7DCF0F Lima

📋 copy color: '#7DCF0F'

red 125 ◦ green 207 ◦ blue 15

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

Shades of Lima #7DCF0F

Tints of Lima #7DCF0F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.65%

 BLUE value IS 15 (6.25% from 255) = 4.32%

R = 36.02%
G = 59.65%
B = 4.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#7DCF0F (or 0x7DCF0F) is known color: Lima. HEX triplet: 7D, CF and 0F. RGB value is (125,207,15). Sum of RGB (Red+Green+Blue) = 125+207+15=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCF0F is #8230F0. Grayscale: #A1A1A1. Windows color (decimal): -8532209 or 1036157. OLE color: 1036157.

HSL color Cylindrical-coordinate representation of color #7DCF0F: hue angle of 85.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DCF0F is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 15 -
CMYK 0.40 0 0.93 0.19
HSL 85.62º 0.86% 0.44% -
HSV(B) 85.62º 0.93% 0.81% -
XYZ 30.86 49.02 8.29 -
YUV 160.59 45.83 102.61 -
System Red Green Blue C M Y K H S L
Decimal 125 207 15 0.40 0 0.93 0.19 85.62 0.86 0.44
Hex 7D CF F 28 0 5D 13 56 56 2C
Octal 175 317 17 50 0 135 23 126 126 54
Binary 1111101 11001111 1111 101000 0 1011101 10011 1010110 1010110 101100

Color Harmonies of #7DCF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF0F

Black with #7DCF0F

Text Example


Text Example

White with #7DCF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,207,15); }

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

background-color css

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

 a { background-color: rgb(125,207,15); }

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

border-color css

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

 span { border-color: rgb(125,207,15); }

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