Html Css Color HEX #7DBF06 Lima

📋 copy color: '#7DBF06'

red 125 ◦ green 191 ◦ blue 6

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

Shades of Lima #7DBF06

Tints of Lima #7DBF06

RGB

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

 GREEN value IS 191 (75% from 255) = 59.32%

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 38.82%
G = 59.32%
B = 1.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#7DBF06 (or 0x7DBF06) is known color: Lima. HEX triplet: 7D, BF and 06. RGB value is (125,191,6). Sum of RGB (Red+Green+Blue) = 125+191+6=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBF06 is #8240F9. Grayscale: #969696. Windows color (decimal): -8536314 or 442237. OLE color: 442237.

HSL color Cylindrical-coordinate representation of color #7DBF06: hue angle of 81.41º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DBF06 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 191 6 -
CMYK 0.35 0 0.97 0.25
HSL 81.41º 0.94% 0.39% -
HSV(B) 81.41º 0.97% 0.75% -
XYZ 27.12 41.63 6.78 -
YUV 150.18 46.63 110.04 -
System Red Green Blue C M Y K H S L
Decimal 125 191 6 0.35 0 0.97 0.25 81.41 0.94 0.39
Hex 7D BF 6 23 0 61 19 51 5E 27
Octal 175 277 6 43 0 141 31 121 136 47
Binary 1111101 10111111 110 100011 0 1100001 11001 1010001 1011110 100111

Color Harmonies of #7DBF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF06

Black with #7DBF06

Text Example


Text Example

White with #7DBF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,191,6); }

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

background-color css

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

 a { background-color: rgb(125,191,6); }

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

border-color css

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

 span { border-color: rgb(125,191,6); }

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