Html Css Color HEX #7BCF06 Lima

📋 copy color: '#7BCF06'

red 123 ◦ green 207 ◦ blue 6

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

Shades of Lima #7BCF06

Tints of Lima #7BCF06

RGB

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

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

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

R = 36.61%
G = 61.61%
B = 1.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#7BCF06 (or 0x7BCF06) is known color: Lima. HEX triplet: 7B, CF and 06. RGB value is (123,207,6). Sum of RGB (Red+Green+Blue) = 123+207+6=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCF06 is #8430F9. Grayscale: #9F9F9F. Windows color (decimal): -8663290 or 446331. OLE color: 446331.

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

Color convert

RGB 123 207 6 -
CMYK 0.41 0 0.97 0.19
HSL 85.07º 0.94% 0.42% -
HSV(B) 85.07º 0.97% 0.81% -
XYZ 30.51 48.85 7.99 -
YUV 158.97 41.67 102.34 -
System Red Green Blue C M Y K H S L
Decimal 123 207 6 0.41 0 0.97 0.19 85.07 0.94 0.42
Hex 7B CF 6 29 0 61 13 55 5E 2A
Octal 173 317 6 51 0 141 23 125 136 52
Binary 1111011 11001111 110 101001 0 1100001 10011 1010101 1011110 101010

Color Harmonies of #7BCF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCF06

Black with #7BCF06

Text Example


Text Example

White with #7BCF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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