Html Css Color HEX #7DCF05 Lima

📋 copy color: '#7DCF05'

red 125 ◦ green 207 ◦ blue 5

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

Shades of Lima #7DCF05

Tints of Lima #7DCF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 37.09%
G = 61.42%
B = 1.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#7DCF05 (or 0x7DCF05) is known color: Lima. HEX triplet: 7D, CF and 05. RGB value is (125,207,5). Sum of RGB (Red+Green+Blue) = 125+207+5=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCF05 is #8230FA. Grayscale: #A0A0A0. Windows color (decimal): -8532219 or 380797. OLE color: 380797.

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

Color convert

RGB 125 207 5 -
CMYK 0.40 0 0.98 0.19
HSL 84.36º 0.95% 0.42% -
HSV(B) 84.36º 0.98% 0.81% -
XYZ 30.8 49 7.98 -
YUV 159.45 40.83 103.43 -
System Red Green Blue C M Y K H S L
Decimal 125 207 5 0.40 0 0.98 0.19 84.36 0.95 0.42
Hex 7D CF 5 28 0 62 13 54 5F 2A
Octal 175 317 5 50 0 142 23 124 137 52
Binary 1111101 11001111 101 101000 0 1100010 10011 1010100 1011111 101010

Color Harmonies of #7DCF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF05

Black with #7DCF05

Text Example


Text Example

White with #7DCF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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