Html Css Color HEX #7BCD06 Lima

📋 copy color: '#7BCD06'

red 123 ◦ green 205 ◦ blue 6

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

Shades of Lima #7BCD06

Tints of Lima #7BCD06

RGB

 RED value IS 123 (48.44% from 255) = 36.83%

 GREEN value IS 205 (80.47% from 255) = 61.38%

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

R = 36.83%
G = 61.38%
B = 1.8%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#7BCD06 (or 0x7BCD06) is known color: Lima. HEX triplet: 7B, CD and 06. RGB value is (123,205,6). Sum of RGB (Red+Green+Blue) = 123+205+6=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 205 (80.47% from 255 or 61.38% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCD06 is #8432F9. Grayscale: #9E9E9E. Windows color (decimal): -8663802 or 445819. OLE color: 445819.

HSL color Cylindrical-coordinate representation of color #7BCD06: hue angle of 84.72º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7BCD06 is Cyan = 0.4, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 205 6 -
CMYK 0.4 0 0.97 0.20
HSL 84.72º 0.94% 0.41% -
HSV(B) 84.72º 0.97% 0.8% -
XYZ 30.03 47.89 7.83 -
YUV 157.8 42.33 103.18 -
System Red Green Blue C M Y K H S L
Decimal 123 205 6 0.4 0 0.97 0.20 84.72 0.94 0.41
Hex 7B CD 6 28 0 61 14 55 5E 29
Octal 173 315 6 50 0 141 24 125 136 51
Binary 1111011 11001101 110 101000 0 1100001 10100 1010101 1011110 101001

Color Harmonies of #7BCD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCD06

Black with #7BCD06

Text Example


Text Example

White with #7BCD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,205,6); }

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

background-color css

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

 a { background-color: rgb(123,205,6); }

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

border-color css

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

 span { border-color: rgb(123,205,6); }

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